Whoops, forgot that print

This commit is contained in:
rackover 2021-07-05 00:29:53 +02:00
parent 6ab6f2cd62
commit e99b642cec

View File

@ -407,7 +407,6 @@ namespace Components
bool isSpecOpsOnly = *val == 49; // 49 => Ascii "1"
if (isSpecOps && isSpecOpsOnly) {
Components::Logger::Print("Prevented spawning of entity: %s\n", Game::spawnVars->spawnVarChars);
return true; // This will prevent spawning hopefully;
}
}