Fix null location
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2023-08-19 12:31:34 +02:00
Ursprung 24a5c3e995
Commit c55d18f02f

Datei anzeigen

@ -50,6 +50,7 @@ public class TowerGenerator {
this.config = config;
allSchematics = SchematicNode.getAllSchematicsOfType(config.schematicType);
spawn = WorldConfig.SPAWN;
}
private Clipboard loadSchematic(File file) {