We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a96ed + f7a8ef4 commit b9308cdCopy full SHA for b9308cd
MCGalaxy/Commands/Information/WhoInfo.cs
@@ -78,7 +78,7 @@ public static void Output(Player p, WhoInfo who, bool canSeeIP) {
78
if (Server.Devs.CaselessContains(who.Name.TrimEnd('+')))
79
Player.Message(p, " Player is an &9{0} Developer", Server.SoftwareName);
80
if (Server.Mods.CaselessContains(who.Name.TrimEnd('+')))
81
- Player.Message(p, " Player is an &9{1} Moderator", Server.SoftwareName);
+ Player.Message(p, " Player is an &9{0} Moderator", Server.SoftwareName);
82
83
if (canSeeIP) {
84
string ipMsg = who.IP;
0 commit comments