This commit is contained in:
Anuken
2024-03-17 01:25:03 -04:00
parent 97f72b8c6b
commit 553d3fc351

View File

@@ -39,10 +39,8 @@ public class SectorPreset extends UnlockableContent{
/** Internal use only! */
public SectorPreset(String name, LoadedMod mod){
super(name);
if(mod != null){
this.minfo.mod = mod;
}
this.generator = new FileMapGenerator(this.name, this);
this.minfo.mod = mod;
this.generator = new FileMapGenerator(name, this);
}
/** Internal use only! */