SteamWar/SpigotCore
Archiviert
13
0
Testing compiler
Dieser Commit ist enthalten in:
jojo 2020-12-25 15:35:05 +01:00
Ursprung 1c7709bad8
Commit 1cbe7c83d5
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -38,7 +38,7 @@ public class SQL {
private static Connection con;
static{
File file = new File(Core.getInstance().getDataFolder(), "MySQL.yml");;
File file = new File(Core.getInstance().getDataFolder(), "MySQL.yml");
YamlConfiguration config = YamlConfiguration.loadConfiguration(file);
if(!file.exists())

Datei anzeigen

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