From bc857ef60e873ea8c38f5d64a8173cd47e9d40fe Mon Sep 17 00:00:00 2001 From: dogan Date: Fri, 19 Jun 2020 16:30:35 +0200 Subject: [PATCH] typos --- AntiNoob/scripting/AntiNoob.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AntiNoob/scripting/AntiNoob.sp b/AntiNoob/scripting/AntiNoob.sp index 640f6f32..ffc80122 100644 --- a/AntiNoob/scripting/AntiNoob.sp +++ b/AntiNoob/scripting/AntiNoob.sp @@ -277,7 +277,7 @@ public void CheckHumanZombieCount() ServerCommand("zr_napalm_time_scale %f", g_fCurrentNapalmDamage); char cAdminNotification[256]; - Format(cAdminNotification, sizeof(cAdminNotification), "{cyan}[AntiNoob]{white} Adding an additional {red}%d%%{white} mid round boost because the Human:Zombie Ratio exceeded 1:%f.", RoundToNearest(g_fKnockbackMidRoundBoost * 100.0), g_fMidRoundRatio); + Format(cAdminNotification, sizeof(cAdminNotification), "{cyan}[AntiNoob]{white} Adding an additional {red}%d%%{white} mid round knockback boost because the Human:Zombie Ratio exceeded {red}1:%f{white}.", RoundToNearest(g_fKnockbackMidRoundBoost * 100.0), g_fMidRoundRatio); for(int i = 1; i <= MaxClients; i++) {