Removed todo

This commit is contained in:
Teriuihi 2022-01-30 20:23:45 +01:00
parent 040c8cfa96
commit d40c3a45ed

View File

@ -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());