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)