Remove bungeecord messaging hook

It was the cause of many issues, as temp replacement server owners can
use AuthMeBridge.
This commit is contained in:
Gabriele C
2016-09-06 14:13:26 +02:00
parent 8327421dd4
commit 4a2ea7d372
6 changed files with 1 additions and 137 deletions
@@ -119,7 +119,6 @@ public class ProcessSyncPlayerLogin implements SynchronousProcess {
// The Login event now fires (as intended) after everything is processed
bukkitService.callEvent(new LoginEvent(player));
player.saveData();
bungeeService.sendBungeeMessage(player, "login");
// Login is done, display welcome message
if (service.getProperty(RegistrationSettings.USE_WELCOME_MESSAGE)) {