fix: spoof level on modifyCharacter to handle all requests
This commit is contained in:
@@ -214,6 +214,8 @@ void Spoofer::modifyCharacterData(json& js)
|
|||||||
if (killerNames.contains(name) || (name.length() == 3 && name[0] == 'K')) isSlasher = true;
|
if (killerNames.contains(name) || (name.length() == 3 && name[0] == 'K')) isSlasher = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (js.contains("prestigeLevel") && js["prestigeLevel"].get<int>() <= 1)
|
||||||
|
if (js.contains("bloodWebLevel") && js["bloodWebLevel"].get<int>() <= 15) js["bloodWebLevel"] = 15;
|
||||||
|
|
||||||
if (js.contains("characterItems") && js["characterItems"].is_array())
|
if (js.contains("characterItems") && js["characterItems"].is_array())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user