Skip to content

Commit

Permalink
Added back setRoomID
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiralynDev committed Jun 20, 2024
1 parent 31f0ec9 commit 2a4eb5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menus/MainMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ int RoomClass::mainMenu() {
WaitTime(2); // This is dumb, please fix
continue;
}
Room.setRoomID(1);
break;
}
}
Expand Down

0 comments on commit 2a4eb5b

Please sign in to comment.