game_client_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.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +6 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +81 -73
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
381
381
|
//endregion
|
|
382
382
|
function GameEngineConfig() {
|
|
383
|
-
this.version = '1.8.
|
|
383
|
+
this.version = '1.8.331';
|
|
384
384
|
}
|
|
385
385
|
protoOf(GameEngineConfig).o2y = function () {
|
|
386
386
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -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
|
|
2592
|
+
if (element.minRating <= rating) {
|
|
2593
2593
|
tmp$ret$1 = element;
|
|
2594
2594
|
break $l$block;
|
|
2595
2595
|
}
|
|
@@ -40321,6 +40321,9 @@
|
|
|
40321
40321
|
destination_0.e(tmp$ret$3);
|
|
40322
40322
|
}
|
|
40323
40323
|
var supportedInRowCombinations = toSet(destination_0);
|
|
40324
|
+
if (supportedInRowCombinations.p()) {
|
|
40325
|
+
return emptyList();
|
|
40326
|
+
}
|
|
40324
40327
|
var cardsInRowCombinations = this.f8l_1.r67(playerCards, supportedInRowCombinations, first_1(supportedInRowCombinations));
|
|
40325
40328
|
// Inline function 'kotlin.collections.map' call
|
|
40326
40329
|
// Inline function 'kotlin.collections.filter' call
|
|
@@ -54455,9 +54458,8 @@
|
|
|
54455
54458
|
var tmp18_elvis_lhs = tmp_19;
|
|
54456
54459
|
var tmp_20;
|
|
54457
54460
|
if (tmp18_elvis_lhs == null) {
|
|
54458
|
-
// Inline function 'kotlin.
|
|
54459
|
-
|
|
54460
|
-
tmp_20 = copyToArray(this_1);
|
|
54461
|
+
// Inline function 'kotlin.emptyArray' call
|
|
54462
|
+
tmp_20 = [];
|
|
54461
54463
|
} else {
|
|
54462
54464
|
tmp_20 = tmp18_elvis_lhs;
|
|
54463
54465
|
}
|