mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Allow ignoring yourself.
This commit is contained in:
parent
b858b0ff5b
commit
12496aa19f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user