diff --git a/SpigotCore_Main/src/de/steamwar/sql/SteamwarUser.java b/SpigotCore_Main/src/de/steamwar/sql/SteamwarUser.java index a67130f..7ec571d 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SteamwarUser.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SteamwarUser.java @@ -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; }