From 7beb76fcd99594179918e57b7c7ac806af12bbde Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sun, 8 Apr 2018 19:56:59 +0200 Subject: [PATCH] woops --- src/crits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crits.cpp b/src/crits.cpp index 3d744148..465b676d 100755 --- a/src/crits.cpp +++ b/src/crits.cpp @@ -95,7 +95,7 @@ static const model_t *lastweapon = nullptr; bool force_crit(IClientEntity *weapon) { if (lastnumber < g_pUserCmd->command_number || - lastweapon != weapon->GetModel() || lastnumber - g_pUserCmd > 1000) + lastweapon != weapon->GetModel() || lastnumber - g_pUserCmd->command_number > 1000) { if (cached_calculation.init_command > g_pUserCmd->command_number || g_pUserCmd->command_number - cached_calculation.init_command >