From f3552ce79c256dce34fe8d232d66478068418706 Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 13 Apr 2026 01:12:37 -0300 Subject: [PATCH] feat: spoof ownership by default now that DLC unlocking is available --- src/unlocker/spoofing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unlocker/spoofing.h b/src/unlocker/spoofing.h index 067a717..e115418 100644 --- a/src/unlocker/spoofing.h +++ b/src/unlocker/spoofing.h @@ -13,7 +13,7 @@ struct SpooferConfig { - bool spoofCharacterOwnership = false; + bool spoofCharacterOwnership = true; bool spoofInventory = true; bool spoofCustomization = true; std::string accessKey = ACCESS_KEY;