Force Rebuild
Dieser Commit ist enthalten in:
Ursprung
f2b01894af
Commit
1927bc5bcc
@ -46,6 +46,7 @@ public class ChunkListener {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
try{
|
try{
|
||||||
|
System.out.println(p);
|
||||||
SteamwarUser user = SteamwarUser.get(p.getUniqueId());
|
SteamwarUser user = SteamwarUser.get(p.getUniqueId());
|
||||||
if(!user.isBedrock())
|
if(!user.isBedrock())
|
||||||
return;
|
return;
|
||||||
|
@ -97,11 +97,6 @@ public class SteamwarUser {
|
|||||||
throw new SecurityException("SQL Statement failed to get User", e);
|
throw new SecurityException("SQL Statement failed to get User", e);
|
||||||
}
|
}
|
||||||
Bukkit.getLogger().severe("Unexpected Server Exception '" + statement + "' and '" + identifier + "'");
|
Bukkit.getLogger().severe("Unexpected Server Exception '" + statement + "' and '" + identifier + "'");
|
||||||
try {
|
|
||||||
throw new Exception();
|
|
||||||
} catch (Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren