From 1fcf21ff0e8134c4ae22c3339d6f420a89a01280 Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 29 Aug 2022 17:38:00 -0400 Subject: [PATCH] Do da stanky leg 2 --- NewHorizons/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index 8c9a7b34..a975b0ba 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -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);