replaced concat string with interp string

This commit is contained in:
FreezeDriedMangoes 2022-06-26 22:23:34 -04:00
parent bfcee12e64
commit 60d7d01bbf

View File

@ -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;