mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Check for region specific items when sending userdata
This commit is contained in:
@@ -89,7 +89,7 @@ pub fn gift(req: HttpRequest, body: String) -> Option<JsonValue> {
|
||||
userdata::save_acc_home(&key, user);
|
||||
userdata::save_acc(&key, userr.clone());
|
||||
let userr = userdata::get_acc(&key);
|
||||
|
||||
|
||||
Some(object!{
|
||||
"failed_gift_ids": failed,
|
||||
"updated_value_list": {
|
||||
|
Reference in New Issue
Block a user