aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/client_api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'planetwars-server/src/modules/client_api.rs')
-rw-r--r--planetwars-server/src/modules/client_api.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-server/src/modules/client_api.rs b/planetwars-server/src/modules/client_api.rs
index 7026671..f960e1b 100644
--- a/planetwars-server/src/modules/client_api.rs
+++ b/planetwars-server/src/modules/client_api.rs
@@ -119,6 +119,7 @@ impl pb::client_api_service_server::ClientApiService for ClientApiServer {
});
let run_match = RunMatch::from_players(
self.runner_config.clone(),
+ false,
vec![
MatchPlayer::BotSpec {
spec: remote_bot_spec,