mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-10 16:48:05 +02:00
Reset suffix on /nick even if op and prefix/suffix are disabled.
This commit is contained in:
@@ -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())
|
||||||
|
Reference in New Issue
Block a user