game_client_logic_deb 1.4.8 → 1.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -280,7 +280,7 @@
280
280
  //endregion
281
281
  function GameEngineConfig() {
282
282
  GameEngineConfig_instance = this;
283
- this.version = '1.4.8';
283
+ this.version = '1.4.9';
284
284
  }
285
285
  GameEngineConfig.prototype.n2b = function () {
286
286
  return this.version;
@@ -31280,9 +31280,7 @@
31280
31280
  // Inline function 'kotlin.collections.count' call
31281
31281
  var tmp0_count_0 = toSet(element_0);
31282
31282
  tmp$ret$13 = tmp0_count_0.f();
31283
- var tmp_4 = tmp$ret$13;
31284
- Companion_getInstance_10();
31285
- tmp$ret$14 = tmp_4 === (6 + this.n44_1.b3q(state.m2n().config) | 0);
31283
+ tmp$ret$14 = tmp$ret$13 === this.n44_1.b3q(state.m2n().config);
31286
31284
  if (!tmp$ret$14) {
31287
31285
  tmp$ret$12 = false;
31288
31286
  break $l$block_2;
@@ -31297,9 +31295,7 @@
31297
31295
  // Inline function 'kotlin.collections.count' call
31298
31296
  var tmp5_count = toSet(tmp0__anonymous__q1qw7t.scenePayload.b31_1);
31299
31297
  tmp$ret$15 = tmp5_count.f();
31300
- var tmp_5 = tmp$ret$15;
31301
- Companion_getInstance_10();
31302
- tmp = tmp_5 === (6 + this.n44_1.b3q(state.m2n().config) | 0);
31298
+ tmp = tmp$ret$15 === this.n44_1.b3q(state.m2n().config);
31303
31299
  } else {
31304
31300
  tmp = true;
31305
31301
  }
@@ -31308,9 +31304,9 @@
31308
31304
  }
31309
31305
  var valid = tmp;
31310
31306
  if (!valid) {
31311
- var tmp_6 = get_TAG();
31312
- var tmp_7 = new MechanicException('SceneData ' + tmp0__anonymous__q1qw7t.scenePayload);
31313
- this.o44_1.t2g(tmp_6, 'Wrong card size for players', tmp_7, null, 8, null);
31307
+ var tmp_4 = get_TAG();
31308
+ var tmp_5 = new MechanicException('SceneData ' + tmp0__anonymous__q1qw7t.scenePayload);
31309
+ this.o44_1.t2g(tmp_4, 'Wrong card size for players', tmp_5, null, 8, null);
31314
31310
  }
31315
31311
  }
31316
31312
  }