Deployment vehicles can be spawned at indefinitely after they have been destroyed

Issue #282 resolved
Colin Basnett created an issue

This only affects vehicles that were not spawned using the deploy menu. The problem is that the vehicle never un-registers itself as being a spawn vehicle when it's destroyed since the VehicleDestroyed function in DHSpawnManager never gets called.

Comments (1)

  1. Colin Basnett reporter

    Fixed in commit 9015473. This won't be an issue anymore since vehicles can only be spawn vehicles when explicitly spawned with via the new deployment system.

  2. Log in to comment