mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add factory upload support to trait, make client handle rejections gracefully #6
This commit is contained in:
@@ -90,6 +90,7 @@ mod crf_earnings;
|
||||
mod crf_list_query;
|
||||
mod crf_vehicle_data;
|
||||
mod crf_purchase;
|
||||
mod crf_upload;
|
||||
|
||||
use polariton_server::operations::OperationsHandler;
|
||||
|
||||
@@ -202,4 +203,5 @@ pub fn handler(init_ctx: &crate::InitConfig) -> OperationsHandler<crate::UserTy>
|
||||
.add(crf_list_query::crf_item_list_query_provider(&init_ctx.factory))
|
||||
.add(crf_vehicle_data::crf_item_data_provider(&init_ctx.factory))
|
||||
.add(crf_purchase::crf_copy_to_bay_provider(&init_ctx.factory, init_ctx.parsers.weapon_order()))
|
||||
.add(crf_upload::crf_upload_provider(&init_ctx.factory))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user