mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
replaced concat string with interp string
This commit is contained in:
parent
bfcee12e64
commit
60d7d01bbf
@ -199,7 +199,7 @@ namespace NewHorizons.Utility.DebugUtilities
|
||||
|
||||
string bodyName = GetAstroObjectName(bodyGameObjectName);
|
||||
|
||||
Logger.Log("Adding prop to " + Main.Instance.CurrentStarSystem + "::" + bodyName + " (passed name: "+bodyGameObjectName+")");
|
||||
Logger.Log($"Adding prop to {Main.Instance.CurrentStarSystem}::{bodyName} (passed name: {bodyGameObjectName})");
|
||||
|
||||
|
||||
detailInfo = detailInfo == null ? new DetailInfo() : detailInfo;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user