Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

My guess is that you are doing literally just "live_call()", not "if (live_call()) return live_result", therefore causing both new and old code to run at once.