Force Rebuild
Testing compiler
Dieser Commit ist enthalten in:
Ursprung
1c7709bad8
Commit
1cbe7c83d5
@ -38,7 +38,7 @@ public class SQL {
|
|||||||
private static Connection con;
|
private static Connection con;
|
||||||
|
|
||||||
static{
|
static{
|
||||||
File file = new File(Core.getInstance().getDataFolder(), "MySQL.yml");;
|
File file = new File(Core.getInstance().getDataFolder(), "MySQL.yml");
|
||||||
YamlConfiguration config = YamlConfiguration.loadConfiguration(file);
|
YamlConfiguration config = YamlConfiguration.loadConfiguration(file);
|
||||||
|
|
||||||
if(!file.exists())
|
if(!file.exists())
|
||||||
|
@ -96,6 +96,7 @@ public class SteamwarUser {
|
|||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
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");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren