Skip to content

Commit b9308cd

Browse files
committed
Merge branch 'master' of https://github.com/Hetal728/MCGalaxy
2 parents c2a96ed + f7a8ef4 commit b9308cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCGalaxy/Commands/Information/WhoInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void Output(Player p, WhoInfo who, bool canSeeIP) {
7878
if (Server.Devs.CaselessContains(who.Name.TrimEnd('+')))
7979
Player.Message(p, " Player is an &9{0} Developer", Server.SoftwareName);
8080
if (Server.Mods.CaselessContains(who.Name.TrimEnd('+')))
81-
Player.Message(p, " Player is an &9{1} Moderator", Server.SoftwareName);
81+
Player.Message(p, " Player is an &9{0} Moderator", Server.SoftwareName);
8282

8383
if (canSeeIP) {
8484
string ipMsg = who.IP;

0 commit comments

Comments
 (0)