mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix default system override logging error on load
This commit is contained in:
parent
6880b5be20
commit
52d20238d6
@ -907,7 +907,8 @@ namespace NewHorizons
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!string.IsNullOrEmpty(_defaultSystemOverride))
|
||||
// Ignore first load because it doesn't even know what systems we have
|
||||
if (!_firstLoad && !string.IsNullOrEmpty(_defaultSystemOverride))
|
||||
{
|
||||
NHLogger.LogError($"The given default system override {_defaultSystemOverride} is invalid - no system exists with that name");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user