mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-02 18:46:13 +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;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ess.getUser(lowerNick) != null) {
|
if (ess.getUser(lowerNick) != null && ess.getUser(lowerNick) != target) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue