AntiNoob: oops

This commit is contained in:
dogan 2020-06-19 16:33:18 +02:00
parent bc857ef60e
commit 5c7c783c59

View File

@ -386,7 +386,7 @@ public void PerformMediumHelp()
{
ServerCommand("zr_class_set_multiplier zombies knockback %f", 1.0 + g_fKnockbackMediumBoost);
ServerCommand("zr_napalm_time_scale %f", 50.0 - g_fNapalmMediumReduction);
g_fCurrentKnockbackBoost = 1.0 + g_fKnockbackMediumBoost + g_fKnockbackPopulationBoost;
g_fCurrentKnockbackBoost = 1.0 + g_fKnockbackMediumBoost;
g_fCurrentNapalmDamage = 50.0 - g_fNapalmMediumReduction;
}
}