client_plugin_logic_deb 1.8.499 → 1.8.500

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.
@@ -39590,14 +39590,8 @@
39590
39590
  while (_iterator__ex2g4s.u()) {
39591
39591
  var element = _iterator__ex2g4s.v();
39592
39592
  var tmp_0;
39593
- var tmp_1;
39594
39593
  if (isInterface(element, TableCardsTransition)) {
39595
- tmp_1 = !(element instanceof PutCardOnTableTransition);
39596
- } else {
39597
- tmp_1 = false;
39598
- }
39599
- if (tmp_1) {
39600
- tmp_0 = !(element instanceof PickUpBribeTransition);
39594
+ tmp_0 = !(element instanceof PutCardOnTableTransition);
39601
39595
  } else {
39602
39596
  tmp_0 = false;
39603
39597
  }
@@ -39609,7 +39603,7 @@
39609
39603
  tmp$ret$0 = false;
39610
39604
  }
39611
39605
  var hasTableCardsTransition = tmp$ret$0;
39612
- var tmp_2;
39606
+ var tmp_1;
39613
39607
  if (isCurrentPlayer && isGameActive && clientPayload.obk_1 && !hasTableCardsTransition && currentPlayer.i80_1.n79() && isEarnPointScene && isPlayerTurnAct && clientPayload.ubk_1 == null) {
39614
39608
  // Inline function 'kotlin.collections.filter' call
39615
39609
  // Inline function 'kotlin.collections.filterTo' call
@@ -39621,11 +39615,11 @@
39621
39615
  destination.e1(element_0);
39622
39616
  }
39623
39617
  }
39624
- tmp_2 = new CardsStateViewModel(true, destination);
39618
+ tmp_1 = new CardsStateViewModel(true, destination);
39625
39619
  } else {
39626
- tmp_2 = new CardsStateViewModel(false, emptyList());
39620
+ tmp_1 = new CardsStateViewModel(false, emptyList());
39627
39621
  }
39628
- return tmp_2;
39622
+ return tmp_1;
39629
39623
  };
39630
39624
  protoOf(PlayerHandSelector).seq = function (playerId, isCurrentPlayer, cards, players, processingCardOnTable) {
39631
39625
  if (isCurrentPlayer && !(processingCardOnTable == null)) {