style: remove non-working hotfix comment
This commit is contained in:
@@ -269,35 +269,6 @@ void Spoofer::modifyCharacterData(json& js)
|
||||
|
||||
if (js.contains("bloodWebData")) generateBloodweb(js["bloodWebData"]);
|
||||
}
|
||||
else
|
||||
{
|
||||
/*
|
||||
ghost node hotfix (untested)
|
||||
*/
|
||||
/* if (js.contains("bloodWebData") && js["bloodWebData"].contains("ringData"))
|
||||
{
|
||||
auto& ringData = js["bloodWebData"]["ringData"];
|
||||
|
||||
for (auto& ring : ringData)
|
||||
{
|
||||
if (ring.contains("nodeData") && ring["nodeData"].is_array())
|
||||
{
|
||||
for (auto& node : ring["nodeData"])
|
||||
{
|
||||
if (node.contains("nodeId") && node["nodeId"] != "0")
|
||||
{
|
||||
if (!node.contains("contentId") || node["contentId"].get<std::string>().empty())
|
||||
{
|
||||
node["contentId"] = "Spring2024Offering";
|
||||
if (!node.contains("state"))
|
||||
node["state"] = "Available";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
/*
|
||||
item spoofing
|
||||
|
||||
Reference in New Issue
Block a user