From 12496aa19f7ac21b43e6f6cb78a1e74d2987a38c Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sun, 10 Sep 2017 13:28:36 +1000 Subject: [PATCH] Allow ignoring yourself. --- MCGalaxy/Commands/Chat/CmdIgnore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MCGalaxy/Commands/Chat/CmdIgnore.cs b/MCGalaxy/Commands/Chat/CmdIgnore.cs index a8c837624..02acabae1 100644 --- a/MCGalaxy/Commands/Chat/CmdIgnore.cs +++ b/MCGalaxy/Commands/Chat/CmdIgnore.cs @@ -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);