BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
116 stars 49 forks source link

Fix disconnect not calling onVehicleDeleted #336

Open SaltySnail opened 2 weeks ago

SaltySnail commented 2 weeks ago

OnDisconnect sent a packet to the client, which was already disconnected.

lionkor commented 2 weeks ago

How sure are you that this is the only place where we delete a vehicle? I recall there being more places where we technically delete a vehicle but dont do it properly, but im not sure. I'll take a look when i get time regardless

lionkor commented 2 weeks ago

+ thank you for taking on this task <3