put max rounds back
This commit is contained in:
parent
12e28178f1
commit
22e3dae9be
@ -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(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user