asumagic / kag-staging

Issue tracker for the KAG staging build
6 stars 0 forks source link

Script::tick_onscreen doesn't work properly. #91

Closed jammer312 closed 4 years ago

jammer312 commented 4 years ago
if (isClient())
{
    this.getCurrentScript().runFlags |= Script::tick_onscreen;
}

This chunk of code in blob onInit causes script to never tick.

asumagic commented 4 years ago

Will be fixed in 3338-v8