1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +02:00

Allow recolouring own name.

This commit is contained in:
KHobbits
2013-10-05 05:34:33 +01:00
parent a3807efc68
commit aef2a5ff7d

View File

@@ -117,7 +117,7 @@ public class Commandnick extends EssentialsLoopCommand
return true;
}
}
if (ess.getUser(lowerNick) != null) {
if (ess.getUser(lowerNick) != null && ess.getUser(lowerNick) != target) {
return true;
}
return false;