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