be more informative in debug log

This commit is contained in:
JohnCorby 2024-04-24 23:53:48 -07:00
parent bd03bae63e
commit 62988a89cc

View File

@ -20,8 +20,8 @@ public class NewHorizonsDataPatches : QSBPatch
{
if (QSBCore.IsInMultiplayer)
{
DebugLog.DebugWrite($"using fake multiplayer profile for nh");
__result = QSBStandaloneProfileManager.SharedInstance?.currentProfile?.profileName + "_mult";
DebugLog.DebugWrite($"using fake multiplayer profile {__result} for NH");
}
else
{