diff --git a/pm_shared/pm_shared.c b/pm_shared/pm_shared.c index ae07e8bc..102a6433 100644 --- a/pm_shared/pm_shared.c +++ b/pm_shared/pm_shared.c @@ -2551,13 +2551,15 @@ void PM_Jump (void) return; // in air, so no effect } + /* if ( pmove->oldbuttons & IN_JUMP ) return; // don't pogo stick + */ // In the air now. pmove->onground = -1; - PM_PreventMegaBunnyJumping(); + //PM_PreventMegaBunnyJumping(); if ( tfc ) {