SteamWar/SpigotCore
Archiviert
13
0
Testing compiler
Dieser Commit ist enthalten in:
jojo 2020-12-25 15:47:53 +01:00
Ursprung 1cbe7c83d5
Commit c283a8403b

Datei anzeigen

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