From 3c17bfe8fee9db0e4aab0019de45bc2608a948a1 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Wed, 15 Jun 2022 13:00:11 -0400 Subject: [PATCH] Log star system loaded --- NewHorizons/Main.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index f083f753..59f7b519 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -190,6 +190,7 @@ namespace NewHorizons IsSystemReady = true; try { + Logger.Log($"Star system loaded [{Instance.CurrentStarSystem}]"); Instance.OnStarSystemLoaded?.Invoke(Instance.CurrentStarSystem); } catch (Exception e)