mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-01 00:26:48 +02:00
Tidy chat.
This commit is contained in:
@@ -255,6 +255,7 @@ public class User extends UserBase implements IUser
|
||||
if (settings.getData().getCommands().isDisabled("nick") || nick == null || nick.isEmpty() || nick.equals(getName()))
|
||||
{
|
||||
displayname = displayname.replace("{NAME}", getName());
|
||||
displayname = displayname.replace("{NICKNAMEPREFIX}", "");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user