From efceabe998930dc4be753b01156473198083193f Mon Sep 17 00:00:00 2001 From: LightCat Date: Fri, 21 Dec 2018 23:03:39 +0100 Subject: [PATCH] fix this --- src/hacks/Misc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hacks/Misc.cpp b/src/hacks/Misc.cpp index 423f4fe3..5a606dda 100644 --- a/src/hacks/Misc.cpp +++ b/src/hacks/Misc.cpp @@ -226,6 +226,8 @@ void CreateMove() if (*nopush_enabled == teammatesPushaway->GetBool()) teammatesPushaway->SetValue(!nopush_enabled); } + else + teammatesPushaway = g_ICvar->FindVar("tf_avoidteammates_pushaway"); } }