mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +02:00
Don't confuse gravypod
This commit is contained in:
@@ -86,7 +86,7 @@ public abstract class EssentialsChatPlayer implements Listener
|
||||
MessageFormat format = groupSettings.getChatFormat(user);
|
||||
synchronized(format)
|
||||
{
|
||||
event.setFormat(groupSettings.getChatFormat(user).format(new Object[]
|
||||
event.setFormat(format.format(new Object[]
|
||||
{
|
||||
group, world, world.substring(0, 1).toUpperCase(Locale.ENGLISH)
|
||||
}));
|
||||
|
Reference in New Issue
Block a user