fix formatting

This commit is contained in:
Luck 2016-11-28 21:50:19 +00:00
parent f0ababa409
commit 23f757e916
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -46,6 +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()) {