mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 13:13:24 +00:00
Reset suffix on /nick even if op and prefix/suffix are disabled.
This commit is contained in:
parent
ae2a03d80c
commit
fe86f3a01d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue