game_client_logic_deb 1.5.3 → 1.5.4

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.
@@ -313,7 +313,7 @@
313
313
  //endregion
314
314
  function GameEngineConfig() {
315
315
  GameEngineConfig_instance = this;
316
- this.version = '1.5.3';
316
+ this.version = '1.5.4';
317
317
  }
318
318
  protoOf(GameEngineConfig).s2e = function () {
319
319
  return this.version;
@@ -38209,12 +38209,12 @@
38209
38209
  tmp$ret$16 = tmp$ret$15;
38210
38210
  var tmp_1 = tmp$ret$16;
38211
38211
  var tmp$ret$21;
38212
- // Inline function 'kotlin.collections.filter' call
38213
- var tmp8_filter = hand.h2z_1;
38212
+ // Inline function 'kotlin.collections.filterNot' call
38213
+ var tmp8_filterNot = hand.h2z_1;
38214
38214
  var tmp$ret$20;
38215
- // Inline function 'kotlin.collections.filterTo' call
38216
- var tmp7_filterTo = ArrayList_init_$Create$();
38217
- var tmp0_iterator_5 = tmp8_filter.f();
38215
+ // Inline function 'kotlin.collections.filterNotTo' call
38216
+ var tmp7_filterNotTo = ArrayList_init_$Create$();
38217
+ var tmp0_iterator_5 = tmp8_filterNot.f();
38218
38218
  while (tmp0_iterator_5.g()) {
38219
38219
  var element_1 = tmp0_iterator_5.h();
38220
38220
  var tmp$ret$19;
@@ -38246,11 +38246,11 @@
38246
38246
  tmp$ret$17 = false;
38247
38247
  }
38248
38248
  tmp$ret$19 = tmp$ret$17;
38249
- if (tmp$ret$19) {
38250
- tmp7_filterTo.a(element_1);
38249
+ if (!tmp$ret$19) {
38250
+ tmp7_filterNotTo.a(element_1);
38251
38251
  }
38252
38252
  }
38253
- tmp$ret$20 = tmp7_filterTo;
38253
+ tmp$ret$20 = tmp7_filterNotTo;
38254
38254
  tmp$ret$21 = tmp$ret$20;
38255
38255
  return hand.s2z(tmp_1, plus(tmp$ret$21, updatedCombinationRecords));
38256
38256
  };