mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01:00
I don't think we need this anymore.
This commit is contained in:
parent
13e5f22c25
commit
83b71eef5e
@ -251,10 +251,6 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
|
||||
|
||||
nickname.insert(0, prefix);
|
||||
nickname.append(suffix);
|
||||
if (suffix.length() > 1 && suffix.substring(suffix.length() - 2, suffix.length() - 1).equals("§"))
|
||||
{
|
||||
nickname.append("§f");
|
||||
}
|
||||
|
||||
return nickname.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user