mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Get capture points workins #30 (mars 1 only)
This commit is contained in:
@@ -45,11 +45,12 @@ impl GameMatches {
|
||||
}
|
||||
match game_info.mode {
|
||||
oj_rc_core::data::game_mode::GameMode::SuddenDeath => {
|
||||
let inner = super::modes::EliminationLogic::new(&self.mode_configs.elimination, &map_config);
|
||||
let engine = super::GenericGamemodeEngine::new(
|
||||
game_info,
|
||||
map_config,
|
||||
players,
|
||||
super::modes::EliminationLogic::new(&self.mode_configs.elimination)
|
||||
inner,
|
||||
);
|
||||
Ok(engine.spawn())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user