raspberry_games_server_game_logic 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.
@@ -420,7 +420,7 @@
420
420
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
421
421
  //endregion
422
422
  function GameEngineConfig() {
423
- this.version = '1.8.474';
423
+ this.version = '1.8.475';
424
424
  }
425
425
  protoOf(GameEngineConfig).x42 = function () {
426
426
  return this.version;
@@ -42989,6 +42989,8 @@
42989
42989
  if (!this.w9l_1(this.u9l_1))
42990
42990
  return null;
42991
42991
  this.x9l_1 = getPlayer(this.t9l_1.players, this.u9l_1);
42992
+ if (!this.x9l_1.s7n_1.isBot)
42993
+ return null;
42992
42994
  var context = this.s9l_1.z9l_1.e9h(this.t9l_1, this.u9l_1, this.v9l_1, this.x9l_1.s7n_1.name);
42993
42995
  this.i9_1 = 1;
42994
42996
  suspendResult = this.s9l_1.y9l_1.t7h(context, this);
@@ -43052,7 +43054,7 @@
43052
43054
  var _iterator__ex2g4s = tmp0.t();
43053
43055
  while (_iterator__ex2g4s.u()) {
43054
43056
  var element = _iterator__ex2g4s.v();
43055
- if (!(element.playerId === this.m9m_1) && this.n9m_1(element.playerId)) {
43057
+ if (element.s7n_1.isBot && !(element.playerId === this.m9m_1) && this.n9m_1(element.playerId)) {
43056
43058
  destination.e1(element);
43057
43059
  }
43058
43060
  }