aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenoît LUBRANO DI SBARAGLIONE2014-02-12 10:59:35 +0100
committerBenoît LUBRANO DI SBARAGLIONE2014-02-12 10:59:35 +0100
commit1d30c07558a5acd9b6124368037db925b8ad7816 (patch)
treeadabe976020c93e92d6df8ffce06fc635ce0ccb1 /src
parentb947214d9bdf24da50ef1058db651f45930183e3 (diff)
downloadesieequest-1d30c07558a5acd9b6124368037db925b8ad7816.tar.gz
Fix go issue.
Diffstat (limited to 'src')
-rw-r--r--src/esieequest/Game.java1
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;