Do da stanky leg 2

This commit is contained in:
Ben C 2022-08-29 17:38:00 -04:00
parent 7cc26d66d9
commit 1fcf21ff0e
No known key found for this signature in database
GPG Key ID: 7F8F04504B670474

View File

@ -618,7 +618,7 @@ namespace NewHorizons
starSystemConfig.Migrate();
starSystemConfig.FixCoordinates();
var system = new NewHorizonsSystem(config.starSystem, starSystemConfig, $"systems/{config.starSystem}.json", mod);
var system = new NewHorizonsSystem(config.starSystem, starSystemConfig, $"", mod);
SystemDict.Add(config.starSystem, system);