fix: remove early return
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user