Force Rebuild
Testing compiler
Dieser Commit ist enthalten in:
Ursprung
e3e38d6a05
Commit
1c7709bad8
@ -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())
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren