13
0

Remove Unused Variable

Signed-off-by: Chaoscaot <chaoscaot444@gmail.com>
Dieser Commit ist enthalten in:
Chaoscaot 2021-12-04 21:30:50 +01:00
Ursprung 9a59c903fe
Commit 7c12b38174

Datei anzeigen

@ -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() {