INPStarfall/Starfall

runRemote return broken

awilliamson opened this issue · 0 comments

Returning values in remote hooks doesn't work due to incorrect scoping.

If a chip returns nil in that hook, it will also block ALL other hooks if they return a value. This is due to a missing continue.

Remote erroring breaks the cleanup instance function as SF.Instance ~= self ( for some reason ), even when setting SF.Instance = k.