mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
This adds timers sanity checks with stack tracing of where it was called. Check are: If timer had no callback(crashes timer) If timer was called with negative wait time. Converts time to 0 and gives call stack. If timer was called on deleted or about to be deleted object. Still runs, but gives call stack If timer had infinite or more wait time. Crashes timer Adds sanity check to beams for timer wait time.