Force Rebuild
Dieser Commit ist enthalten in:
Ursprung
c283a8403b
Commit
f2b01894af
@ -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;
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren