mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-08 07:36:42 +02:00
Allow recolouring own name.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user