diff --git a/regamedll/pm_shared/pm_shared.cpp b/regamedll/pm_shared/pm_shared.cpp index fc551d56..f2c1594c 100644 --- a/regamedll/pm_shared/pm_shared.cpp +++ b/regamedll/pm_shared/pm_shared.cpp @@ -1870,12 +1870,6 @@ void PM_Duck() if (pmove->dead || !(pmove->cmd.buttons & IN_DUCK) && !pmove->bInDuck && !(pmove->flags & FL_DUCKING)) { -#ifdef REGAMEDLL_FIXES - if (pmove->flags & FL_DUCKING) - { - PM_UnDuck(); - } -#endif return; }