From d40c3a45ed2513513668840b837f647e41c77d21 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sun, 30 Jan 2022 20:23:45 +0100 Subject: [PATCH] Removed todo --- galaxy/src/main/java/com/alttd/chat/commands/PartyChat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/src/main/java/com/alttd/chat/commands/PartyChat.java b/galaxy/src/main/java/com/alttd/chat/commands/PartyChat.java index 8b74a0b..bd6e9c2 100644 --- a/galaxy/src/main/java/com/alttd/chat/commands/PartyChat.java +++ b/galaxy/src/main/java/com/alttd/chat/commands/PartyChat.java @@ -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());