SteamWar/SpigotCore
Archiviert
13
0
Dieser Commit ist enthalten in:
jojo 2020-12-25 15:54:33 +01:00
Ursprung c283a8403b
Commit f2b01894af

Datei anzeigen

@ -97,6 +97,11 @@ public class SteamwarUser {
throw new SecurityException("SQL Statement failed to get User", e);
}
Bukkit.getLogger().severe("Unexpected Server Exception '" + statement + "' and '" + identifier + "'");
try {
throw new Exception();
} catch (Exception e) {
e.printStackTrace();
}
return null;
}