Removed todo
This commit is contained in:
parent
889c2f8852
commit
8390b25619
|
|
@ -31,7 +31,7 @@ public class PartyChat implements CommandExecutor {
|
|||
new BukkitRunnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
ChatPlugin.getInstance().getChatHandler().partyMessage(player, message); //TODO send over proxy
|
||||
ChatPlugin.getInstance().getChatHandler().partyMessage(player, message);
|
||||
}
|
||||
}.runTaskAsynchronously(ChatPlugin.getInstance());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user