game_client_logic_deb 1.8.329 → 1.8.330

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.y58(structure);
326
326
  }
327
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
327
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
328
328
  function offsetHours$default(padding, $super) {
329
329
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
330
330
  var tmp;
@@ -380,7 +380,7 @@
380
380
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
381
381
  //endregion
382
382
  function GameEngineConfig() {
383
- this.version = '1.8.329';
383
+ this.version = '1.8.330';
384
384
  }
385
385
  protoOf(GameEngineConfig).o2y = function () {
386
386
  return this.version;
@@ -2589,7 +2589,7 @@
2589
2589
  inductionVariable = inductionVariable + -1 | 0;
2590
2590
  var element = this_0[index];
2591
2591
  // Inline function 'games.jass.logic.data.models.leagues.LeaguesConfig.getLeagueInfoByRating.<anonymous>' call
2592
- if (element.minRating < rating) {
2592
+ if (element.minRating <= rating) {
2593
2593
  tmp$ret$1 = element;
2594
2594
  break $l$block;
2595
2595
  }
@@ -54455,9 +54455,8 @@
54455
54455
  var tmp18_elvis_lhs = tmp_19;
54456
54456
  var tmp_20;
54457
54457
  if (tmp18_elvis_lhs == null) {
54458
- // Inline function 'kotlin.collections.toTypedArray' call
54459
- var this_1 = Companion_getInstance_154().debertzWithFirstCardCombinations;
54460
- tmp_20 = copyToArray(this_1);
54458
+ // Inline function 'kotlin.emptyArray' call
54459
+ tmp_20 = [];
54461
54460
  } else {
54462
54461
  tmp_20 = tmp18_elvis_lhs;
54463
54462
  }