From 80c4652c2eb11314d7cd9e1d79673333c808db52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sat, 3 Jun 2017 11:56:37 +0200 Subject: Allow exit using esc --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3dab5fd..10eeb24 100644 --- a/init.lua +++ b/init.lua @@ -131,7 +131,7 @@ minetest.register_on_player_receive_fields(function(player, form, pressed) end end atm.saveaccounts() - if not pressed.Quit then + if not pressed.Quit and not pressed.quit then atm.showform(player) end end -- cgit v1.2.3