1
0
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:
Alexander Schepp
2012-11-01 22:56:47 +01:00
parent 74b494cea4
commit 3ce525f032

View File

@@ -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)
})); }));