client_plugin_logic_deb 1.8.394 → 1.8.396

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.396';
429
429
  }
430
430
  protoOf(GameEngineConfig).g3z = function () {
431
431
  return this.version;
@@ -3022,14 +3022,10 @@
3022
3022
  var tmp;
3023
3023
  switch (this.p2_1) {
3024
3024
  case 0:
3025
- tmp = true;
3026
- break;
3027
3025
  case 1:
3028
3026
  tmp = true;
3029
3027
  break;
3030
3028
  case 2:
3031
- tmp = false;
3032
- break;
3033
3029
  case 3:
3034
3030
  tmp = false;
3035
3031
  break;
@@ -40430,6 +40426,8 @@
40430
40426
  var tmp;
40431
40427
  switch (this.p2_1) {
40432
40428
  case 0:
40429
+ tmp = false;
40430
+ break;
40433
40431
  case 2:
40434
40432
  case 1:
40435
40433
  case 3:
@@ -43310,7 +43308,7 @@
43310
43308
  function getFirstTeam($this, players) {
43311
43309
  // Inline function 'kotlin.check' call
43312
43310
  if (!(players.o() === 4)) {
43313
- var message = 'Players count should be 4';
43311
+ var message = 'Players count should be 4, actual ' + toString($this);
43314
43312
  throw IllegalStateException_init_$Create$(toString(message));
43315
43313
  }
43316
43314
  return listOf_0([players.p(0), players.p(2)]);
@@ -43318,7 +43316,7 @@
43318
43316
  function getSecondTeam($this, players) {
43319
43317
  // Inline function 'kotlin.check' call
43320
43318
  if (!(players.o() === 4)) {
43321
- var message = 'Players count should be 4';
43319
+ var message = 'Players count should be 4, actual ' + toString($this);
43322
43320
  throw IllegalStateException_init_$Create$(toString(message));
43323
43321
  }
43324
43322
  return listOf_0([players.p(1), players.p(3)]);
@@ -48671,16 +48669,16 @@
48671
48669
  var tmp;
48672
48670
  switch (playersMode.p2_1) {
48673
48671
  case 0:
48674
- tmp = 0.7;
48672
+ tmp = 0.8;
48675
48673
  break;
48676
48674
  case 3:
48677
48675
  tmp = 1.0;
48678
48676
  break;
48679
48677
  case 1:
48680
- tmp = 1.25;
48678
+ tmp = 1.2;
48681
48679
  break;
48682
48680
  case 2:
48683
- tmp = 1.5;
48681
+ tmp = 1.3;
48684
48682
  break;
48685
48683
  default:
48686
48684
  noWhenBranchMatchedException();
@@ -55942,7 +55940,7 @@
55942
55940
  var element = _iterator__ex2g4s.n();
55943
55941
  // Inline function 'kotlin.math.absoluteValue' call
55944
55942
  var this_0 = element.oldRating - element.newRating;
55945
- if (Math.abs(this_0) >= 80) {
55943
+ if (Math.abs(this_0) >= 100) {
55946
55944
  destination.j(element);
55947
55945
  }
55948
55946
  }