This commit is contained in:
Luck
2016-11-29 23:35:25 +00:00
Unverified
parent 23f757e916
commit 02ff4a4acb
2 changed files with 9 additions and 9 deletions
@@ -46,7 +46,7 @@ class BukkitListener extends AbstractListener implements Listener {
super(plugin);
this.plugin = plugin;
}
@EventHandler(priority = EventPriority.LOW)
public void onPlayerPreLogin(AsyncPlayerPreLoginEvent e) {
if (!plugin.isStarted() || !plugin.getStorage().isAcceptingLogins()) {