Show colors in console for party chat

Fixes #2129
This commit is contained in:
TfT_02
2014-07-18 00:51:09 +02:00
parent d93c83f775
commit b964e3f7c3
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,6 @@ public class PartyChatManager extends ChatManager {
}
}
plugin.getLogger().info("[P]<" + party.getName() + ">" + message);
plugin.getServer().getConsoleSender().sendMessage("[mcMMO] [P]<" + party.getName() + ">" + message);
}
}