master_ob2
parent
04bb76c421
commit
620528a9c3
|
@ -372,6 +372,7 @@ public class CoreService implements RPCRequestIFace.Iface {
|
|||
jsonObject.remove("activityManager");
|
||||
jsonObject.remove("bloodyInfo");
|
||||
jsonObject.getJSONObject("itemManager").put("itemMap",new HashMap<>());
|
||||
jsonObject.getJSONObject("playerManager").put("newRechargeInfo", null);
|
||||
jsonObject.remove("mailManager");
|
||||
jsonObject.remove("storeManager");
|
||||
jsonObject.getJSONObject("equipManager").put("jewelMap", getJewelManager(user));
|
||||
|
|
Loading…
Reference in New Issue