raspberry_games_server_game_logic 1.8.449 → 1.8.450
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/Logic_Debertz-core.js
CHANGED
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
407
407
|
//endregion
|
|
408
408
|
function GameEngineConfig() {
|
|
409
|
-
this.version = '1.8.
|
|
409
|
+
this.version = '1.8.450';
|
|
410
410
|
}
|
|
411
411
|
protoOf(GameEngineConfig).b3w = function () {
|
|
412
412
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -61041,8 +61041,17 @@
|
|
|
61041
61041
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
61042
61042
|
var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
|
|
61043
61043
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
61044
|
-
var settingsDto = this_0.gp(tmp$ret$1, json)
|
|
61045
|
-
|
|
61044
|
+
var settingsDto = this_0.gp(tmp$ret$1, json);
|
|
61045
|
+
var tmp0 = this.c9q_1;
|
|
61046
|
+
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
61047
|
+
var value = settingsDto.a7q_1;
|
|
61048
|
+
// Inline function 'kotlinx.serialization.serializer' call
|
|
61049
|
+
var this_3 = tmp0.es();
|
|
61050
|
+
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
61051
|
+
var this_4 = serializer(this_3, createKType(getKClass(LeaguesConfigDto), arrayOf([]), false));
|
|
61052
|
+
var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
|
|
61053
|
+
var tmp$ret$5 = tmp0.fp(tmp$ret$4, value);
|
|
61054
|
+
return mapFromDto_45(settingsDto.d7q(VOID, tmp$ret$5), defaultConfig);
|
|
61046
61055
|
};
|
|
61047
61056
|
protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
|
|
61048
61057
|
var tmp0 = this.c9q_1;
|