jtoppins / dct

Dynamic Campaign Tools - mission scripting framework for large persistent DCS missions
https://jtoppins.github.io/dct/
GNU Lesser General Public License v3.0
28 stars 14 forks source link

systems: fix calling of postinit method #207

Closed jtoppins closed 3 years ago

jtoppins commented 3 years ago

The original commit incorrectly attempting to call initpost as the method to be called after initialization was complete. This had the effect of disabling scenery descruction tracking in DCT.

Fixes: adcbe02a61b3 ("systems: while restoring state ignore scenery events") (cherry picked from commit 8c02854689a0f661b22ca59562e8a768fa6973b8) Signed-off-by: Jonathan Toppins jtoppins@users.noreply.github.com