1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 20:41:37 +02:00

Reset suffix on /nick even if op and prefix/suffix are disabled.

This commit is contained in:
KHobbits
2013-06-13 09:18:47 +01:00
parent b6b68fd03c
commit f9d32ae8e8

View File

@@ -297,6 +297,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
else
{
nickname = ess.getSettings().getNicknamePrefix() + nick;
suffix = "§r";
}
if (isOp())