raspberry_games_server_game_logic 1.8.327 → 1.8.328

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.
@@ -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, WithDate, WithTime, WithUtcOffset]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -376,7 +376,7 @@
376
376
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
377
377
  //endregion
378
378
  function GameEngineConfig() {
379
- this.version = '1.8.327';
379
+ this.version = '1.8.328';
380
380
  }
381
381
  protoOf(GameEngineConfig).s2z = function () {
382
382
  return this.version;
@@ -56712,6 +56712,7 @@
56712
56712
  return valueOf_0(tmp$ret$1);
56713
56713
  };
56714
56714
  protoOf(GameHelperImpl).getAllLeagues = function () {
56715
+ // Inline function 'kotlin.collections.toTypedArray' call
56715
56716
  // Inline function 'kotlin.collections.map' call
56716
56717
  var this_0 = get_entries_0();
56717
56718
  // Inline function 'kotlin.collections.mapTo' call
@@ -56725,7 +56726,7 @@
56725
56726
  var tmp$ret$2 = item.q2_1.toLowerCase();
56726
56727
  destination.e(tmp$ret$2);
56727
56728
  }
56728
- return destination;
56729
+ return copyToArray(destination);
56729
56730
  };
56730
56731
  function GameResources() {
56731
56732
  }