put max rounds back

This commit is contained in:
ntr 2019-05-02 13:34:34 +10:00
parent 12e28178f1
commit 22e3dae9be

View File

@ -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(),