mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 01:25:26 +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);
|
MessageFormat format = groupSettings.getChatFormat(user);
|
||||||
synchronized(format)
|
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)
|
group, world, world.substring(0, 1).toUpperCase(Locale.ENGLISH)
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user