Prevented base gamemode call for vehicles.

This commit is contained in:
Ben Clark 2015-01-23 14:54:50 +00:00
parent dd4bbc5f70
commit 411b1c668b

View file

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