From 22e3dae9be1afcc0655bf066ba3d7bf5b9acd8c1 Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 2 May 2019 13:34:34 +1000 Subject: [PATCH] put max rounds back --- server/src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),