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