From 02fb2f72aff1461a57241d63d78aaa503cfef1a0 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 1 Oct 2018 21:21:50 +1000 Subject: [PATCH] Use the macro to check if overkill is enabled --- mod/common/custom_playermodels.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/common/custom_playermodels.qc b/mod/common/custom_playermodels.qc index 9e8dcc057..76966deaa 100644 --- a/mod/common/custom_playermodels.qc +++ b/mod/common/custom_playermodels.qc @@ -43,7 +43,7 @@ AUTOCVAR(sv_smokeball_alpha, float, 0, ""); PRECACHE(cpmodels_precache) { - g_overkill = MUTATOR_ok.mutatorcheck(); + g_overkill = MUTATOR_IS_ENABLED(ok); models_allowed = 0; #define CHECK_MODEL(d,o) \ if(fexists(strcat("models/player/", d))) \