Removed todo
This commit is contained in:
parent
040c8cfa96
commit
d40c3a45ed
|
|
@ -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