diff --git a/itemcontroller.lua b/itemcontroller.lua index eaf0c16..082e080 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -197,4 +197,6 @@ while not CONTROLLER_STATE.exit do CONTROLLER_STATE.currentPage = CONTROLLER_STATE.nextPage CONTROLLER_STATE.nextPage = nil end + + sleep(0) end \ No newline at end of file