I forgot to pop the error handler

This commit is contained in:
Zachary McAlpin 2020-06-12 07:50:57 -05:00
parent 1ed6d49931
commit 8376c8e987

View file

@ -1793,4 +1793,6 @@ void LUAh_GameQuit(void)
hookp->error = true;
}
}
}
lua_pop(gL, 1); // Pop error handler
}