1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Remove some gamemode startup warnings, make expanded config json more obvious

This commit is contained in:
NG (Graham)
2025-10-03 18:06:36 -04:00
parent 827c14da0d
commit 6879fc8ed5
3 changed files with 2 additions and 4 deletions

View File

@@ -122,7 +122,6 @@ impl GameMatches {
Ok(engine.spawn())
},
oj_rc_core::data::game_mode::GameMode::Pit => {
log::warn!("Game {}: Pit is experimental", guid);
let inner = super::modes::PitLogic::new(
&self.mode_configs.the_pit,
&map_config,
@@ -140,7 +139,6 @@ impl GameMatches {
Ok(engine.spawn())
},
oj_rc_core::data::game_mode::GameMode::TeamDeathmatch => {
log::warn!("Game {}: Team Death Match is experimental", guid);
let inner = super::modes::TeamDeathMatchLogic::new(
&self.mode_configs.team_deathmatch,
&map_config,