Merge pull request #113 from BClark09/patch-1
Prevented base gamemode call for vehicles.
This commit is contained in:
commit
a6a7e19653
1 changed files with 3 additions and 0 deletions
|
@ -749,3 +749,6 @@ function SoundDuration(snd)
|
||||||
return OldSoundDuration(snd)
|
return OldSoundDuration(snd)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function GM:VehicleMove()
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue