client_plugin_logic_deb 1.8.394 → 1.8.395

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.
@@ -425,7 +425,7 @@
425
425
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
426
426
  //endregion
427
427
  function GameEngineConfig() {
428
- this.version = '1.8.394';
428
+ this.version = '1.8.395';
429
429
  }
430
430
  protoOf(GameEngineConfig).g3z = function () {
431
431
  return this.version;
@@ -48671,16 +48671,16 @@
48671
48671
  var tmp;
48672
48672
  switch (playersMode.p2_1) {
48673
48673
  case 0:
48674
- tmp = 0.7;
48674
+ tmp = 0.8;
48675
48675
  break;
48676
48676
  case 3:
48677
48677
  tmp = 1.0;
48678
48678
  break;
48679
48679
  case 1:
48680
- tmp = 1.25;
48680
+ tmp = 1.2;
48681
48681
  break;
48682
48682
  case 2:
48683
- tmp = 1.5;
48683
+ tmp = 1.3;
48684
48684
  break;
48685
48685
  default:
48686
48686
  noWhenBranchMatchedException();
@@ -55942,7 +55942,7 @@
55942
55942
  var element = _iterator__ex2g4s.n();
55943
55943
  // Inline function 'kotlin.math.absoluteValue' call
55944
55944
  var this_0 = element.oldRating - element.newRating;
55945
- if (Math.abs(this_0) >= 80) {
55945
+ if (Math.abs(this_0) >= 100) {
55946
55946
  destination.j(element);
55947
55947
  }
55948
55948
  }