fix: leftover debug string
This commit is contained in:
@@ -212,7 +212,6 @@ void Spoofer::modifyCharacterData(json& js)
|
|||||||
{
|
{
|
||||||
std::string name = js["characterName"];
|
std::string name = js["characterName"];
|
||||||
if (killerNames.contains(name) || (name.length() == 3 && name[0] == 'K')) isSlasher = true;
|
if (killerNames.contains(name) || (name.length() == 3 && name[0] == 'K')) isSlasher = true;
|
||||||
Log::verbose("name: {} - isSlasher: {}", name, isSlasher);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::unordered_set<std::string> stackableIds;
|
std::unordered_set<std::string> stackableIds;
|
||||||
|
|||||||
Reference in New Issue
Block a user