Merge pull request #113 from BClark09/patch-1

Prevented base gamemode call for vehicles.
This commit is contained in:
William Moodhe / JetBoom 2015-01-23 16:28:35 -05:00
commit a6a7e19653

View file

@ -749,3 +749,6 @@ function SoundDuration(snd)
return OldSoundDuration(snd)
end
end
function GM:VehicleMove()
end