diff options
Diffstat (limited to 'planetwars-localdev/src/lib.rs')
-rw-r--r-- | planetwars-localdev/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-localdev/src/lib.rs b/planetwars-localdev/src/lib.rs index c64fb55..7eea75a 100644 --- a/planetwars-localdev/src/lib.rs +++ b/planetwars-localdev/src/lib.rs @@ -98,6 +98,7 @@ async fn run_match(command: RunMatchCommand) -> io::Result<()> { .collect(); let match_config = MatchConfig { + map_name: command.map, map_path, log_path, players, |