game_client_logic_deb 1.4.7 → 1.4.8

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.7';
283
+ this.version = '1.4.8';
284
284
  }
285
285
  GameEngineConfig.prototype.n2b = function () {
286
286
  return this.version;
@@ -31196,7 +31196,7 @@
31196
31196
  }
31197
31197
  tmp$ret$2 = tmp0_mapTo;
31198
31198
  tmp$ret$3 = tmp$ret$2;
31199
- var tmp1_all = toSet(tmp$ret$3);
31199
+ var tmp1_all = tmp$ret$3;
31200
31200
  var tmp_0;
31201
31201
  if (isInterface(tmp1_all, Collection)) {
31202
31202
  tmp_0 = tmp1_all.k();
@@ -31214,7 +31214,8 @@
31214
31214
  // Inline function 'com.debertz.logic.redux.middlewares.validation.checkCardDuplicatesMiddleware.<anonymous>.<anonymous>' call
31215
31215
  var tmp$ret$5;
31216
31216
  // Inline function 'kotlin.collections.count' call
31217
- tmp$ret$5 = element.f();
31217
+ var tmp0_count = toSet(element);
31218
+ tmp$ret$5 = tmp0_count.f();
31218
31219
  var tmp_1 = tmp$ret$5;
31219
31220
  Companion_getInstance_10();
31220
31221
  tmp$ret$6 = tmp_1 === 6;
@@ -31259,7 +31260,7 @@
31259
31260
  }
31260
31261
  tmp$ret$10 = tmp0_mapTo_0;
31261
31262
  tmp$ret$11 = tmp$ret$10;
31262
- var tmp4_all = toSet(tmp$ret$11);
31263
+ var tmp4_all = tmp$ret$11;
31263
31264
  var tmp_3;
31264
31265
  if (isInterface(tmp4_all, Collection)) {
31265
31266
  tmp_3 = tmp4_all.k();
@@ -31277,8 +31278,11 @@
31277
31278
  // Inline function 'com.debertz.logic.redux.middlewares.validation.checkCardDuplicatesMiddleware.<anonymous>.<anonymous>' call
31278
31279
  var tmp$ret$13;
31279
31280
  // Inline function 'kotlin.collections.count' call
31280
- tmp$ret$13 = element_0.f();
31281
- tmp$ret$14 = tmp$ret$13 === this.n44_1.b3q(state.m2n().config);
31281
+ var tmp0_count_0 = toSet(element_0);
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);
31282
31286
  if (!tmp$ret$14) {
31283
31287
  tmp$ret$12 = false;
31284
31288
  break $l$block_2;
@@ -31293,7 +31297,9 @@
31293
31297
  // Inline function 'kotlin.collections.count' call
31294
31298
  var tmp5_count = toSet(tmp0__anonymous__q1qw7t.scenePayload.b31_1);
31295
31299
  tmp$ret$15 = tmp5_count.f();
31296
- tmp = tmp$ret$15 === this.n44_1.b3q(state.m2n().config);
31300
+ var tmp_5 = tmp$ret$15;
31301
+ Companion_getInstance_10();
31302
+ tmp = tmp_5 === (6 + this.n44_1.b3q(state.m2n().config) | 0);
31297
31303
  } else {
31298
31304
  tmp = true;
31299
31305
  }
@@ -31302,9 +31308,9 @@
31302
31308
  }
31303
31309
  var valid = tmp;
31304
31310
  if (!valid) {
31305
- var tmp_4 = get_TAG();
31306
- var tmp_5 = new MechanicException('SceneData ' + tmp0__anonymous__q1qw7t.scenePayload);
31307
- this.o44_1.t2g(tmp_4, 'Wrong card size for players', tmp_5, null, 8, null);
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);
31308
31314
  }
31309
31315
  }
31310
31316
  }