Useless commit
Dieser Commit ist enthalten in:
Ursprung
a841f5dfe4
Commit
3bfa83d556
@ -42,7 +42,7 @@ public class Core extends JavaPlugin{
|
||||
public void onDisable(){
|
||||
SQL.closeConnection();
|
||||
}
|
||||
|
||||
|
||||
public static Core getInstance() {
|
||||
return instance;
|
||||
}
|
||||
@ -50,6 +50,7 @@ public class Core extends JavaPlugin{
|
||||
return version;
|
||||
}
|
||||
|
||||
|
||||
private static void setInstance(Core instance) {
|
||||
Core.instance = instance;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren