client_plugin_logic_deb 1.8.329 → 1.8.331

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.
@@ -324,7 +324,7 @@
324
324
  function addFormatStructureForTime(structure) {
325
325
  this.v5d(structure);
326
326
  }
327
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
327
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
328
328
  function offsetHours$default(padding, $super) {
329
329
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
330
330
  var tmp;
@@ -377,7 +377,7 @@
377
377
  return tmp;
378
378
  }
379
379
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
380
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -412,7 +412,7 @@
412
412
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
413
413
  //endregion
414
414
  function GameEngineConfig() {
415
- this.version = '1.8.329';
415
+ this.version = '1.8.331';
416
416
  }
417
417
  protoOf(GameEngineConfig).l33 = function () {
418
418
  return this.version;
@@ -2700,7 +2700,7 @@
2700
2700
  inductionVariable = inductionVariable + -1 | 0;
2701
2701
  var element = this_0[index];
2702
2702
  // Inline function 'games.jass.logic.data.models.leagues.LeaguesConfig.getLeagueInfoByRating.<anonymous>' call
2703
- if (element.minRating < rating) {
2703
+ if (element.minRating <= rating) {
2704
2704
  tmp$ret$1 = element;
2705
2705
  break $l$block;
2706
2706
  }
@@ -45328,6 +45328,9 @@
45328
45328
  destination_0.e(tmp$ret$3);
45329
45329
  }
45330
45330
  var supportedInRowCombinations = toSet(destination_0);
45331
+ if (supportedInRowCombinations.p()) {
45332
+ return emptyList();
45333
+ }
45331
45334
  var cardsInRowCombinations = this.i94_1.k6d(playerCards, supportedInRowCombinations, first_1(supportedInRowCombinations));
45332
45335
  // Inline function 'kotlin.collections.map' call
45333
45336
  // Inline function 'kotlin.collections.filter' call
@@ -61377,9 +61380,8 @@
61377
61380
  var tmp18_elvis_lhs = tmp_19;
61378
61381
  var tmp_20;
61379
61382
  if (tmp18_elvis_lhs == null) {
61380
- // Inline function 'kotlin.collections.toTypedArray' call
61381
- var this_1 = Companion_getInstance_182().debertzWithFirstCardCombinations;
61382
- tmp_20 = copyToArray(this_1);
61383
+ // Inline function 'kotlin.emptyArray' call
61384
+ tmp_20 = [];
61383
61385
  } else {
61384
61386
  tmp_20 = tmp18_elvis_lhs;
61385
61387
  }