mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-16 15:45: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;
|
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…
Reference in New Issue
Block a user