aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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