Log star system loaded

This commit is contained in:
Noah Pilarski 2022-06-15 13:00:11 -04:00
parent 35d5d7bd9d
commit 3c17bfe8fe

View File

@ -190,6 +190,7 @@ namespace NewHorizons
IsSystemReady = true;
try
{
Logger.Log($"Star system loaded [{Instance.CurrentStarSystem}]");
Instance.OnStarSystemLoaded?.Invoke(Instance.CurrentStarSystem);
}
catch (Exception e)