Limit available durations for the time being

This commit is contained in:
Dean Herbert 2018-12-27 21:59:08 +09:00
parent 82db1a2924
commit 5977fc838f
1 changed files with 3 additions and 3 deletions

View File

@ -163,10 +163,10 @@ public MatchSettingsOverlay(Room room)
TimeSpan.FromHours(4),
TimeSpan.FromHours(8),
TimeSpan.FromHours(12),
TimeSpan.FromHours(16),
//TimeSpan.FromHours(16),
TimeSpan.FromHours(24),
TimeSpan.FromDays(3),
TimeSpan.FromDays(7)
//TimeSpan.FromDays(3),
//TimeSpan.FromDays(7)
}
}
},