put max rounds back
This commit is contained in:
parent
12e28178f1
commit
22e3dae9be
@ -60,7 +60,7 @@ impl Instance {
|
|||||||
phase: InstancePhase::Lobby,
|
phase: InstancePhase::Lobby,
|
||||||
open: true,
|
open: true,
|
||||||
max_players: 2,
|
max_players: 2,
|
||||||
max_rounds: 2,
|
max_rounds: 16,
|
||||||
name: String::new(),
|
name: String::new(),
|
||||||
password: None,
|
password: None,
|
||||||
phase_end: Utc::now(),
|
phase_end: Utc::now(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user