diff options
author | Benoît LUBRANO DI SBARAGLIONE | 2014-02-12 10:59:35 +0100 |
---|---|---|
committer | Benoît LUBRANO DI SBARAGLIONE | 2014-02-12 10:59:35 +0100 |
commit | 1d30c07558a5acd9b6124368037db925b8ad7816 (patch) | |
tree | adabe976020c93e92d6df8ffce06fc635ce0ccb1 | |
parent | b947214d9bdf24da50ef1058db651f45930183e3 (diff) | |
download | esieequest-1d30c07558a5acd9b6124368037db925b8ad7816.tar.gz |
Fix go issue.
-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; |