game_client_logic_deb 1.8.507 → 1.8.508

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.
@@ -416,7 +416,7 @@
416
416
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
417
417
  //endregion
418
418
  function GameEngineConfig() {
419
- this.version = '1.8.507';
419
+ this.version = '1.8.508';
420
420
  }
421
421
  protoOf(GameEngineConfig).q42 = function () {
422
422
  return this.version;
@@ -2647,6 +2647,10 @@
2647
2647
  serverStateUpdateIntervalMillis = serverStateUpdateIntervalMillis === VOID ? 3000 : serverStateUpdateIntervalMillis;
2648
2648
  return $super === VOID ? this.k7j(botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) : $super.k7j.call(this, botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
2649
2649
  };
2650
+ protoOf(Companion_5).getServerEngineTestMode = function () {
2651
+ var tmp0_finishGameWhenNotLiveStrategy = FinishGameWhenNotLiveStrategy_DISABLED_getInstance();
2652
+ return new ServerReduxConfig(tmp0_finishGameWhenNotLiveStrategy, true, VOID, 15000, 90000, false, true, true, 2000, 150, 3000);
2653
+ };
2650
2654
  var Companion_instance_10;
2651
2655
  function Companion_getInstance_14() {
2652
2656
  return Companion_instance_10;
@@ -2829,6 +2833,10 @@
2829
2833
  FinishGameWhenNotLiveStrategy_initEntries();
2830
2834
  return FinishGameWhenNotLiveStrategy_ALL_REPLACED_AND_NOT_NATIVE_BOT_instance;
2831
2835
  }
2836
+ function FinishGameWhenNotLiveStrategy_DISABLED_getInstance() {
2837
+ FinishGameWhenNotLiveStrategy_initEntries();
2838
+ return FinishGameWhenNotLiveStrategy_DISABLED_instance;
2839
+ }
2832
2840
  function RandomData(signature, id, indexes, cardsInCycle, provider, cardDeck) {
2833
2841
  this.signature = signature;
2834
2842
  this.id = id;