Prevented base gamemode call for vehicles.
This commit is contained in:
parent
dd4bbc5f70
commit
411b1c668b
1 changed files with 3 additions and 0 deletions
|
@ -749,3 +749,6 @@ function SoundDuration(snd)
|
|||
return OldSoundDuration(snd)
|
||||
end
|
||||
end
|
||||
|
||||
function GM:VehicleMove()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue