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

Commit b37d00d

Browse files
authored
Merge pull request #24 from rivet-gg/nathan/lower-default-idle-lobbies
Lower default idle lobbies (again)
2 parents 24e93c0 + 5411689 commit b37d00d

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
@@ -263,7 +263,7 @@ pub mod game_mode {
263263

264264
impl Default for IdleLobbies {
265265
fn default() -> Self {
266-
Self { min: 1, max: 1 }
266+
Self { min: 0, max: 1 }
267267
}
268268
}
269269

0 commit comments

Comments
 (0)