mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Allow recolouring own name.
This commit is contained in:
parent
e1ff3542ae
commit
cfa367dfc3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue