mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 00:25:32 +01:00
Reset suffix on /nick even if op and prefix/suffix are disabled.
This commit is contained in:
parent
ae2a03d80c
commit
fe86f3a01d
@ -297,6 +297,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
|
||||
else
|
||||
{
|
||||
nickname = ess.getSettings().getNicknamePrefix() + nick;
|
||||
suffix = "§r";
|
||||
}
|
||||
|
||||
if (isOp())
|
||||
|
Loading…
Reference in New Issue
Block a user