fix build, refactor Bukkit model classes

This commit is contained in:
Luck
2018-01-28 14:18:53 +00:00
Unverified
parent 2bc56de1c3
commit 0cc1c4e5a7
20 changed files with 280 additions and 65 deletions
@@ -84,7 +84,7 @@ public class SpongeConnectionListener extends AbstractLoginListener {
User user = loadUser(p.getUniqueId(), username);
this.plugin.getEventFactory().handleUserLoginProcess(p.getUniqueId(), username, user);
} catch (Exception ex) {
this.plugin.getLog().severe("Exception occured whilst loading data for " + p.getUniqueId() + " - " + p.getName());
this.plugin.getLog().severe("Exception occurred whilst loading data for " + p.getUniqueId() + " - " + p.getName());
ex.printStackTrace();
this.deniedAsyncLogin.add(p.getUniqueId());