We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fd640 commit 148bfcfCopy full SHA for 148bfcf
1 file changed
src/feats/apps.cpp
@@ -26,7 +26,8 @@ bool Apps::unlockApp(uint32_t appId, CAppOwnershipInfo* info, uint32_t ownerId)
26
//Seems to do nothing in particular, some dlc have this as 1 so I uncomented this for now. Might be free stuff?
27
//pOwnershipInfo->field27_0x36 = 1;
28
29
- g_pLog->debug("Unlocked %u for %u\n", appId, ownerId);
+ //g_pLog->debug("Unlocked %u for %u\n", appId, ownerId);
30
+ g_pLog->debug("Unlocked %u\n", appId);
31
return true;
32
}
33
0 commit comments