Updated Game Class

This commit is contained in:
Luca Carnegie
2019-05-14 14:41:18 -04:00
parent 828d474908
commit 690ff4abaf

View File

@@ -111,7 +111,7 @@ class Game {
*/
public Game() {
try {
initRooms("data/Rooms.dat");
initRooms("data/rooms.dat");
currentRoom = masterRoomMap.get("CIRCLE_ROOM");
} catch (Exception e) {
e.printStackTrace();