mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 20:43:11 +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
|
else
|
||||||
{
|
{
|
||||||
nickname = ess.getSettings().getNicknamePrefix() + nick;
|
nickname = ess.getSettings().getNicknamePrefix() + nick;
|
||||||
|
suffix = "§r";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isOp())
|
if (isOp())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue