Concordia-Modding-Community / moloch

Moloch Mod
0 stars 1 forks source link

Currently actions run before decrementing/checking if they're allowed to run #19

Open ramou opened 3 years ago

ramou commented 3 years ago

A bug's been reported where a broken action causes all actions, including completed ones, to run again. Sounds like the list is not being removed because an exception is happening and breaking the tic/loop before dead actions get filtered.