zouyong пре 5 година
родитељ
комит
2e6948bc4c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      assets/script/game/data/AppData.ts

+ 1 - 1
assets/script/game/data/AppData.ts

@@ -52,7 +52,7 @@ export class AppData {
         this.machineInfo.android_id = arr[0];
         this.machineInfo.idfa = arr[1];
         this.machineInfo.imei = arr[2];
-        // this.machineInfo.mac = this.mac = arr[3];
+        this.machineInfo.mac = this.mac = arr[3];
         this.machineInfo.oaid = arr[4];
         this.machineInfo.umid = arr[5];
         this.tfChannel = arr[6];