blckeagles-revisited-RC/@GMS/addons
He-Man 86d55ef119
Prevent dead cleanup and script fix
1. Using "_units = blck_liveMissionAI select (_i - 1);" could cause undefined behaviour if removing entries from array inside this loop.
So always deleteat 0, but pushback if delete is not wanted / needed
2. Check first, if the AI is dead. If so, skip cleanup, so players can loot the corpse
2018-11-27 17:23:29 +01:00
..
custom_server Prevent dead cleanup and script fix 2018-11-27 17:23:29 +01:00