1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 02:33:15 +01:00

Admin and Party chat prefixes are now customizable

Closes #578
This commit is contained in:
TfT_02
2013-08-17 12:18:29 +02:00
parent 560c3860b4
commit 1f712063bf
20 changed files with 17 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ public class PartyChatManager extends ChatManager {
private Party party;
protected PartyChatManager(Plugin plugin) {
super(plugin, Config.getInstance().getPartyDisplayNames(), "Commands.Party.Chat.Prefix");
super(plugin, Config.getInstance().getPartyDisplayNames(), Config.getInstance().getPartyChatPrefix());
}
public void setParty(Party party) {