Bungee cleanup (was sending unneeded packets to clients)

This commit is contained in:
Sekwah 2020-12-30 04:04:17 +00:00
parent d06f150358
commit 2da18a3417
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 2 additions and 0 deletions

View File

@ -42,5 +42,7 @@ public class PluginMessageReceiver implements Listener {
plugin.getProxy().getPluginManager().dispatchCommand(player, command);
}
}
event.setCancelled(true);
}
}