summaryrefslogtreecommitdiff
path: root/scripts/InputHandling
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/InputHandling')
-rw-r--r--scripts/InputHandling/MainGameInputHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/InputHandling/MainGameInputHandler.cs b/scripts/InputHandling/MainGameInputHandler.cs
index a18bd73..d1b5818 100644
--- a/scripts/InputHandling/MainGameInputHandler.cs
+++ b/scripts/InputHandling/MainGameInputHandler.cs
@@ -60,7 +60,7 @@ public partial class MainGameInputHandler : BaseInputHandler
if (Input.IsActionJustPressed("quit"))
{
- action = new EscapeAction(player);
+ action = new EscapeAction(player, true);
}
if (Input.IsActionJustPressed("descend"))