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

Add basic stats tracking #30

This commit is contained in:
NG (Graham)
2025-08-03 18:15:09 -04:00
parent 580ce69839
commit df017883c1
10 changed files with 331 additions and 11 deletions

View File

@@ -479,7 +479,7 @@ fn default_rotation() -> GameEventSequence {
fn default_multiplayer() -> super::MultiplayerConfig {
super::MultiplayerConfig {
players_per_game: 1,
players_per_game: 2,
enabled: true,
network: super::multiplayer::default_net_conf(),
}