Skip to content

Commit

Permalink
be more informative in debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCorby committed Apr 25, 2024
1 parent bd03bae commit 62988a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSB-NH/Patches/NewHorizonsDataPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public static bool NewHorizonsData_GetProfileName(out string __result)
{
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
{
Expand Down

0 comments on commit 62988a8

Please sign in to comment.