diff --git a/server/src/instance.rs b/server/src/instance.rs index f04369eb..febcb520 100644 --- a/server/src/instance.rs +++ b/server/src/instance.rs @@ -60,7 +60,7 @@ impl Instance { phase: InstancePhase::Lobby, open: true, max_players: 2, - max_rounds: 2, + max_rounds: 16, name: String::new(), password: None, phase_end: Utc::now(),