From 7cc26d66d972638044f7a7cd7d338859ffe8f4d7 Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 29 Aug 2022 17:34:55 -0400 Subject: [PATCH] Add path for funny --- NewHorizons/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index 97ba6124..8c9a7b34 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, "", mod); + var system = new NewHorizonsSystem(config.starSystem, starSystemConfig, $"systems/{config.starSystem}.json", mod); SystemDict.Add(config.starSystem, system);