diff --git a/src/shared/NSClientPlayer.qc b/src/shared/NSClientPlayer.qc index bec3276d..7b5aca20 100644 --- a/src/shared/NSClientPlayer.qc +++ b/src/shared/NSClientPlayer.qc @@ -111,7 +111,7 @@ NSClientPlayer::ClientInput(void) } /* allow vehicles to prevent weapon logic from happening */ - if (vehicle) { + if (vehicle && !Client_InIntermission()) { NSVehicle veh = (NSVehicle)vehicle; if (veh.PlayerInput)