feat: spoof ownership by default now that DLC unlocking is available
Build / build (push) Has been cancelled

This commit is contained in:
2026-04-13 01:12:37 -03:00
parent 441c49d31a
commit f3552ce79c
+1 -1
View File
@@ -13,7 +13,7 @@
struct SpooferConfig
{
bool spoofCharacterOwnership = false;
bool spoofCharacterOwnership = true;
bool spoofInventory = true;
bool spoofCustomization = true;
std::string accessKey = ACCESS_KEY;