From e99b642cec58f2e8e20f2498e8a509460674ddb7 Mon Sep 17 00:00:00 2001 From: rackover Date: Mon, 5 Jul 2021 00:29:53 +0200 Subject: [PATCH] Whoops, forgot that print --- src/Components/Modules/QuickPatch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index b1320f9f..d8ce4e2f 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -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; } }