Update VaultChatHook.java

need update as soon as possible.
This commit is contained in:
dracnis 2016-12-06 04:49:14 +01:00 committed by Luck
parent 1b7a66b41a
commit 85ee211172

View File

@ -270,7 +270,7 @@ public class VaultChatHook extends Chat {
public String getGroupPrefix(String world, @NonNull String group) {
final Group g = perms.getPlugin().getGroupManager().getIfLoaded(group);
return getGroupChatMeta(false, g, world);
return getGroupChatMeta(true, g, world);
}
public void setGroupPrefix(String world, @NonNull String group, @NonNull String prefix) {