Allow ignoring yourself.

This commit is contained in:
UnknownShadow200 2017-09-10 13:28:36 +10:00
parent b858b0ff5b
commit 12496aa19f

View File

@ -70,7 +70,6 @@ namespace MCGalaxy.Commands.Chatting {
Player.Message(p, "You must use the full name when unignoring offline players.");
return;
}
if (p == who) { Player.Message(p, "You cannot ignore yourself."); return; }
if (p.Ignores.Names.CaselessRemove(who.name)) {
Player.Message(p, "&aNo longer ignoring {0}", who.ColoredName);