update doc/*/scripting/user-input.md

This commit is contained in:
MihailRis
2024-11-02 13:15:17 +03:00
parent 47c6c98b4a
commit 839211a310
5 changed files with 23 additions and 4 deletions
-2
View File
@@ -60,8 +60,6 @@ static int l_close_world(lua::State* L) {
if (save_world) {
controller->saveWorld();
}
// unblock all bindings
Events::enableBindings();
// destroy LevelScreen and run quit callbacks
engine->setScreen(nullptr);
// create and go to menu screen