aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/controller/commands/QuitCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/controller/commands/QuitCommand.java')
-rw-r--r--src/esieequest/controller/commands/QuitCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/controller/commands/QuitCommand.java b/src/esieequest/controller/commands/QuitCommand.java
index be53589..4453597 100644
--- a/src/esieequest/controller/commands/QuitCommand.java
+++ b/src/esieequest/controller/commands/QuitCommand.java
@@ -14,7 +14,7 @@ public class QuitCommand implements Executable {
14 @Override 14 @Override
15 public void execute(final String argument, final Game game, final Viewable view) { 15 public void execute(final String argument, final Game game, final Viewable view) {
16 16
17 view.echo(Text.QUIT.getText()); 17 view.echo(Text.QUIT.toString());
18 view.disable(); 18 view.disable();
19 19
20 } 20 }