client_plugin_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.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +3 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +80 -72
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.v5d(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
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,
|
|
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
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
413
413
|
//endregion
|
|
414
414
|
function GameEngineConfig() {
|
|
415
|
-
this.version = '1.8.
|
|
415
|
+
this.version = '1.8.330';
|
|
416
416
|
}
|
|
417
417
|
protoOf(GameEngineConfig).l33 = function () {
|
|
418
418
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -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
|
|
2703
|
+
if (element.minRating <= rating) {
|
|
2704
2704
|
tmp$ret$1 = element;
|
|
2705
2705
|
break $l$block;
|
|
2706
2706
|
}
|
|
@@ -61377,9 +61377,8 @@
|
|
|
61377
61377
|
var tmp18_elvis_lhs = tmp_19;
|
|
61378
61378
|
var tmp_20;
|
|
61379
61379
|
if (tmp18_elvis_lhs == null) {
|
|
61380
|
-
// Inline function 'kotlin.
|
|
61381
|
-
|
|
61382
|
-
tmp_20 = copyToArray(this_1);
|
|
61380
|
+
// Inline function 'kotlin.emptyArray' call
|
|
61381
|
+
tmp_20 = [];
|
|
61383
61382
|
} else {
|
|
61384
61383
|
tmp_20 = tmp18_elvis_lhs;
|
|
61385
61384
|
}
|