mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-02 11:11:58 +01:00
Allow recolouring own name.
This commit is contained in:
parent
e1ff3542ae
commit
cfa367dfc3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user