client_plugin_logic_deb 1.8.328 → 1.8.329
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,
|
|
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;
|
|
@@ -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, WithUtcOffset, WithDate
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
|
|
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.329';
|
|
416
416
|
}
|
|
417
417
|
protoOf(GameEngineConfig).l33 = function () {
|
|
418
418
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -61219,27 +61219,9 @@
|
|
|
61219
61219
|
tmp_23 = rulesPreset;
|
|
61220
61220
|
}
|
|
61221
61221
|
jsObject['rulesPreset'] = tmp_23;
|
|
61222
|
-
|
|
61223
|
-
|
|
61224
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
61225
|
-
// Inline function 'kotlin.collections.map' call
|
|
61226
|
-
var this_1 = get_entries_0();
|
|
61227
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
61228
|
-
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
61229
|
-
var tmp0_iterator_0 = this_1.j();
|
|
61230
|
-
while (tmp0_iterator_0.k()) {
|
|
61231
|
-
var item_0 = tmp0_iterator_0.l();
|
|
61232
|
-
// Inline function 'GameHelperImpl.prepareLobbyFilterInternal.<anonymous>' call
|
|
61233
|
-
// Inline function 'kotlin.text.lowercase' call
|
|
61234
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
61235
|
-
var tmp$ret$45 = item_0.q2_1.toLowerCase();
|
|
61236
|
-
destination_0.e(tmp$ret$45);
|
|
61237
|
-
}
|
|
61238
|
-
tmp_24 = copyToArray(destination_0);
|
|
61239
|
-
} else {
|
|
61240
|
-
tmp_24 = leagues;
|
|
61222
|
+
if (!(leagues == null)) {
|
|
61223
|
+
jsObject['leagues'] = leagues;
|
|
61241
61224
|
}
|
|
61242
|
-
jsObject['leagues'] = tmp_24;
|
|
61243
61225
|
jsObject['isChatEnabled'] = isChatEnabled;
|
|
61244
61226
|
return jsObject;
|
|
61245
61227
|
}
|