Updated Game Class
This commit is contained in:
@@ -111,7 +111,7 @@ class Game {
|
|||||||
*/
|
*/
|
||||||
public Game() {
|
public Game() {
|
||||||
try {
|
try {
|
||||||
initRooms("data/Rooms.dat");
|
initRooms("data/rooms.dat");
|
||||||
currentRoom = masterRoomMap.get("CIRCLE_ROOM");
|
currentRoom = masterRoomMap.get("CIRCLE_ROOM");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user