Qbox-project / qbx_core

http://qbox-project.github.io
Other
46 stars 109 forks source link

fix(modules/lib): spawn temp vehicle under map #439

Closed solareon closed 2 months ago

solareon commented 2 months ago

Description

When spawning vehicles serverside we need to create a temporary vehicle to get the vehicle type. For most vehicles this is okay but some can explode when being spawned at 0,0,0. this pushes the spawn under the map so that they don't go boom

Checklist