diff --git a/Commands/CmdGoto.cs b/Commands/CmdGoto.cs index a11908877..29282096a 100644 --- a/Commands/CmdGoto.cs +++ b/Commands/CmdGoto.cs @@ -130,7 +130,7 @@ namespace MCGalaxy.Commands p.inTNTwarsMap = true; } - Server.IRC.Say(p.color + p.DisplayName + " %rwent to &8" + foundLevel.name, false, true); + if (!p.hidden) { Server.IRC.Say(p.color + p.DisplayName + " %rwent to &8" + foundLevel.name, false, true); } } else Player.SendMessage(p, "The level " + message + " is locked."); }