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

Fix error on end of singleplayer match

This commit is contained in:
NG (Graham)
2025-05-31 11:58:05 -04:00
parent 9281069374
commit ec9e98c59c

View File

@@ -11,4 +11,5 @@ pub fn handler(init_ctx: &crate::InitConfig) -> OperationsHandler<crate::UserTy>
.add(eac::EacChallengeIgnorer)
.add(load_ai_robots::tdm_machines_provider(&init_ctx.factory, init_ctx.parsers.weapon_order()))
//.add(polariton_server::operations::Ack::<33, _>::default()) // get user clan info (this is equivalent to not being in a clan)
.add(polariton_server::operations::Ack::<2, _>::default()) // Save singleplayer result (parameter-less response)
}