INPStarfall / Starfall

Starfall Processor for Garry's Mod + Wiremod

Home Page:http://www.wiremod.com/forum/developers-showcase/22739-starfall-processor.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runRemote return broken

awilliamson opened this issue · 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.