1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-05 06:07:54 +02:00

Fix typo.

This commit is contained in:
KHobbits
2012-03-22 11:57:30 +00:00
parent 363ba7f9f1
commit aefa2f11f4

View File

@@ -293,7 +293,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
nickname.insert(0, prefix);
if (prefix.length() < 2 || prefix.charAt(0) != '&')
{
nickname.insert(0, "&f");
nickname.insert(0, "§f");
}
}
if (!ess.getSettings().disableSuffix())