client_plugin_logic_deb 1.8.474 → 1.8.475

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.
@@ -446,7 +446,7 @@
446
446
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
447
447
  //endregion
448
448
  function GameEngineConfig() {
449
- this.version = '1.8.474';
449
+ this.version = '1.8.475';
450
450
  }
451
451
  protoOf(GameEngineConfig).k47 = function () {
452
452
  return this.version;
@@ -48381,6 +48381,8 @@
48381
48381
  if (!this.za7_1(this.xa7_1))
48382
48382
  return null;
48383
48383
  this.aa8_1 = getPlayer(this.wa7_1.players, this.xa7_1);
48384
+ if (!this.aa8_1.y7y_1.isBot)
48385
+ return null;
48384
48386
  var context = this.va7_1.ca8_1.za2(this.wa7_1, this.xa7_1, this.ya7_1, this.aa8_1.y7y_1.name);
48385
48387
  this.i9_1 = 1;
48386
48388
  suspendResult = this.va7_1.ba8_1.z7s(context, this);
@@ -48444,7 +48446,7 @@
48444
48446
  var _iterator__ex2g4s = tmp0.t();
48445
48447
  while (_iterator__ex2g4s.u()) {
48446
48448
  var element = _iterator__ex2g4s.v();
48447
- if (!(element.playerId === this.pa8_1) && this.qa8_1(element.playerId)) {
48449
+ if (element.y7y_1.isBot && !(element.playerId === this.pa8_1) && this.qa8_1(element.playerId)) {
48448
48450
  destination.e1(element);
48449
48451
  }
48450
48452
  }