SteamWar/SpigotCore
Archiviert
13
0
Dieser Commit ist enthalten in:
Lixfel 2020-12-26 20:14:33 +01:00
Ursprung e7398a1460
Commit 13db80aa21

Datei anzeigen

@ -96,8 +96,7 @@ public class SteamwarUser {
} catch (SQLException e) {
throw new SecurityException("SQL Statement failed to get User", e);
}
Bukkit.getLogger().severe("Unexpected Server Exception '" + statement + "' and '" + identifier + "'");
throw new IllegalStateException("This should never happen. Check your configs. Especially spigot.yml and spigot-1.8.yml and spigot-1.14.yml, key 'bungeecord' should be true. In the server.properties should be 'online-mode' set to false. Check the BungeeCord configs to be extra sure. THIS SHOULD NEVER GET THROWN!");
return null;
}
public static SteamwarUser get(String userName){