协议去除无用参数

back_recharge
duhui 2022-04-11 13:06:25 +08:00
parent fbd3281ca6
commit 0399861e6b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class AiWanPlayerInfoUpload {
*/
public void upload(User user, String type){
// 只有爱玩的服务器需要上报
if (!GameApplication.serverProperties.getAppId().equals(app_id)){
if (!app_id.equals(GameApplication.serverProperties.getAppId())){
return;
}
PlayerManager playerInfoManager = user.getPlayerInfoManager();