mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-10 07:14:27 +00:00
be more informative in debug log
This commit is contained in:
parent
bd03bae63e
commit
62988a89cc
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user