aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/controller/commands/NewCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/controller/commands/NewCommand.java')
-rw-r--r--src/esieequest/controller/commands/NewCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/controller/commands/NewCommand.java b/src/esieequest/controller/commands/NewCommand.java
index 7283989..571b4a9 100644
--- a/src/esieequest/controller/commands/NewCommand.java
+++ b/src/esieequest/controller/commands/NewCommand.java
@@ -35,7 +35,7 @@ public class NewCommand implements Executable {
35 .getCurrentDirection(), game.getPlayer().getCurrentSide(), game.getPlayer() 35 .getCurrentDirection(), game.getPlayer().getCurrentSide(), game.getPlayer()
36 .canGoBack()); 36 .canGoBack());
37 37
38 view.enable(); 38 view.enableInput();
39 } 39 }
40 }); 40 });
41 41