Closed towerofnix closed 1 year ago
Sure, these are technically no-ops, but in the interests of having Leopard/sb-edit not "eat" blocks, it'd be better to define these watchers than just delete associated "hide variable/list" blocks.
As-is we get such errors as:
*whenIReceiveUnDev() { this.watchers.infiniteHealth.visible = false; this.watchers.absoluteChaos.visible = false; this.watchers.infiniteEx.visible = false; // Uncaught TypeError: Cannot set properties of undefined this.watchers.infiniStomp.visible = false; }
Sure, these are technically no-ops, but in the interests of having Leopard/sb-edit not "eat" blocks, it'd be better to define these watchers than just delete associated "hide variable/list" blocks.
As-is we get such errors as: