aboutsummaryrefslogtreecommitdiff
path: root/client/menu/ingame.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/ingame.gd')
-rw-r--r--client/menu/ingame.gd4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/menu/ingame.gd b/client/menu/ingame.gd
index fb108c70..f8d4d144 100644
--- a/client/menu/ingame.gd
+++ b/client/menu/ingame.gd
@@ -32,7 +32,3 @@ func _on_reconnect_pressed():
func _on_quit_pressed():
quit()
-
-func _input(event):
- if Time.get_ticks_msec() - opened < 100: return # TODO: Prevent close from same action as open
- if Input.is_action_just_pressed("pause"): exit()