Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user