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;