Remove Unused Variable
Signed-off-by: Chaoscaot <chaoscaot444@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
9a59c903fe
Commit
7c12b38174
@ -26,13 +26,12 @@ public class SchematicSystem extends JavaPlugin {
|
||||
public static final String PREFIX = "§eSchematic§8» §7";
|
||||
|
||||
private static SchematicSystem instance;
|
||||
public SchematicCommand SCHEMATIC_COMMAND;
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
instance = this;
|
||||
|
||||
SCHEMATIC_COMMAND = new SchematicCommand();
|
||||
new SchematicCommand();
|
||||
}
|
||||
|
||||
public static SchematicSystem getInstance() {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren