diff --git a/main.lua b/main.lua index b5cf1ef..4c0b787 100644 --- a/main.lua +++ b/main.lua @@ -100,7 +100,7 @@ local function generateNextInput(currentMap) if currentMap == 0 then if running then if not hasAlreadyStartedPlaying then - client.reboot_core() + if emu.framecount() ~= 1 then client.reboot_core() end hasAlreadyStartedPlaying = true else resetAll()