diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/esieequest/Game.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/esieequest/Game.java b/src/esieequest/Game.java index a5eedfd..3588624 100644 --- a/src/esieequest/Game.java +++ b/src/esieequest/Game.java | |||
@@ -88,6 +88,7 @@ public class Game { | |||
88 | public void goRoom(final Command pCommand) { | 88 | public void goRoom(final Command pCommand) { |
89 | if (!pCommand.hasSecondWord()) { | 89 | if (!pCommand.hasSecondWord()) { |
90 | System.out.println("Go where?"); | 90 | System.out.println("Go where?"); |
91 | return; | ||
91 | } | 92 | } |
92 | 93 | ||
93 | Room vNextRoom; | 94 | Room vNextRoom; |