NSClientPlayer: Allow weapon input when in intermission & in vehicle, so the intermission end can get triggered.
This commit is contained in:
parent
d633e80846
commit
d1a90e9aa4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue