Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 1acd7c4

Browse files
authored
Merge pull request #22 from rivet-gg/nathan/default-idle-lobbies-update
Update default idle lobbies min to 1
2 parents 81605d8 + 3a3d3bc commit 1acd7c4

File tree

1 file changed

+1
-1
lines changed
  • core/src/config/version

1 file changed

+1
-1
lines changed

core/src/config/version/mm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pub mod game_mode {
248248

249249
impl Default for IdleLobbies {
250250
fn default() -> Self {
251-
Self { min: 0, max: 1 }
251+
Self { min: 1, max: 1 }
252252
}
253253
}
254254

0 commit comments

Comments
 (0)