Booo we don't like UUIDS! (We need to keep 1.7.X compatibility!)

- Removed the useless OtherAccounts class!
This commit is contained in:
Gabriele C
2016-03-03 21:42:50 +01:00
parent b0d230be60
commit c4684fd5f1
5 changed files with 1 additions and 104 deletions
@@ -185,7 +185,6 @@ public class AsynchronousLogin {
// makes player isLoggedin via API
PlayerCache.getInstance().addPlayer(auth);
database.setLogged(name);
plugin.otherAccounts.addPlayer(player.getUniqueId());
// As the scheduling executes the Task most likely after the current
// task, we schedule it in the end
@@ -157,7 +157,6 @@ public class AsyncRegister {
plugin.getManagement().performLogin(player, "dontneed", true);
}
plugin.otherAccounts.addPlayer(player.getUniqueId());
ProcessSyncPasswordRegister sync = new ProcessSyncPasswordRegister(player, plugin, settings);
plugin.getServer().getScheduler().scheduleSyncDelayedTask(plugin, sync);