mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 17:07:20 +08:00
Check for region specific items when sending userdata
This commit is contained in:
@@ -26,7 +26,7 @@ pub fn exchange_post(req: HttpRequest, body: String) -> Option<JsonValue> {
|
||||
|
||||
userdata::save_acc(&key, user.clone());
|
||||
userdata::save_acc_missions(&key, missions);
|
||||
|
||||
|
||||
Some(object!{
|
||||
"exchange": body,
|
||||
"updated_value_list": {
|
||||
|
Reference in New Issue
Block a user