EpochModTeam / Epoch

Epoch Survival Game Mode for ARMA 3
http://epochmod.com/
Other
91 stars 82 forks source link

Fix check on whether DynamicDebris.sqf has run #965

Closed morgoth0 closed 6 years ago

morgoth0 commented 6 years ago

The initial isNil() check in DynamicDebris.sqf actually prevents this script from running. This inverts to !isNil() to allow it to run at least once

morgoth0 commented 6 years ago

Though, does that check even need to be there at all since the server monitor fsm will catch that it has run once and not run it again until the next restart...