Skip to content

Commit

Permalink
Display all of your currently selected pronouns in /help pronouns
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodlyay committed May 20, 2024
1 parent a970a7f commit 5e89553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Commands/Chat/CmdPronouns.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class CmdPronouns : Command2 {
p.Message("&H[pronouns1] will be used to refer to you in server messages.");
p.Message("&HThe list of pronouns you select will appear in &T/whois");
HelpList(p);
p.Message("&HYour pronouns are currently: &T{0}", p.pronouns.Name);
p.Message("&HYour pronouns are currently: &T{0}", Pronouns.ListFor(p, ", "));
}
static void HelpList(Player p) {
p.Message("&HThe following pronouns are currently available:");
Expand Down

0 comments on commit 5e89553

Please sign in to comment.