client_plugin_logic_deb 1.8.370 → 1.8.371
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
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
416
416
|
//endregion
|
|
417
417
|
function GameEngineConfig() {
|
|
418
|
-
this.version = '1.8.
|
|
418
|
+
this.version = '1.8.371';
|
|
419
419
|
}
|
|
420
420
|
protoOf(GameEngineConfig).e3y = function () {
|
|
421
421
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -48276,6 +48276,9 @@
|
|
|
48276
48276
|
var kLoss = Math.max(tmp0, b_0);
|
|
48277
48277
|
var raw = item.t7a_1 + kBase * (kWin * diffPos + kLoss * diffNeg);
|
|
48278
48278
|
var newRating = clampAndRound($this, raw, minUserRating, maxUserRating);
|
|
48279
|
+
if (item.v7a_1 && newRating < item.t7a_1) {
|
|
48280
|
+
newRating = item.t7a_1;
|
|
48281
|
+
}
|
|
48279
48282
|
tmp$ret$3 = new PlayerRatingOutput(item.s7a_1, item.t7a_1, newRating, item.v7a_1);
|
|
48280
48283
|
}
|
|
48281
48284
|
destination.j(tmp$ret$3);
|