aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/routes/demo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'planetwars-server/src/routes/demo.rs')
-rw-r--r--planetwars-server/src/routes/demo.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/planetwars-server/src/routes/demo.rs b/planetwars-server/src/routes/demo.rs
index 82a9082..99b62d6 100644
--- a/planetwars-server/src/routes/demo.rs
+++ b/planetwars-server/src/routes/demo.rs
@@ -82,6 +82,8 @@ pub async fn submit_bot(
bot: Some(opponent_bot),
},
],
+ // TODO!
+ map: None,
};
let api_match = super::matches::match_data_to_api(full_match_data);