Merge remote-tracking branch 'origin/master'

This commit is contained in:
vleevalerio
2019-05-08 14:59:31 -04:00

View File

@@ -130,7 +130,7 @@ class Room {
exits.put("west", west); exits.put("west", west);
if (up != null) if (up != null)
exits.put("up", up); exits.put("up", up);
if (up != null) if (down != null)
exits.put("down", down); exits.put("down", down);
} }