mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 16:52:18 +08:00
Check for region specific items when sending userdata
This commit is contained in:
@@ -68,7 +68,7 @@ pub fn receive(req: HttpRequest, body: String) -> Option<JsonValue> {
|
||||
|
||||
userdata::save_acc(&key, user.clone());
|
||||
userdata::save_acc_missions(&key, missions.clone());
|
||||
|
||||
|
||||
Some(object!{
|
||||
"reward_list": rewards,
|
||||
"updated_value_list": {
|
||||
|
||||
Reference in New Issue
Block a user