From f599a9a6480803e82de2f744a98144f912225541 Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 11 Apr 2026 15:43:18 -0300 Subject: [PATCH] fix: remove early return --- src/unlocker/spoofing.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/unlocker/spoofing.cpp b/src/unlocker/spoofing.cpp index 09c9eca..f7b3bad 100644 --- a/src/unlocker/spoofing.cpp +++ b/src/unlocker/spoofing.cpp @@ -304,10 +304,6 @@ void Spoofer::modifyCharacterData(json& js) if (js.contains("bloodWebData")) generateBloodweb(js["bloodWebData"]); } } - else - { - if (js.value("isEntitled", false) == false) return; - } /* item spoofing