Removed todo
This commit is contained in:
parent
040c8cfa96
commit
d40c3a45ed
|
|
@ -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());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user