client_plugin_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.
@@ -457,7 +457,7 @@
457
457
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
458
458
  //endregion
459
459
  function GameEngineConfig() {
460
- this.version = '1.8.507';
460
+ this.version = '1.8.508';
461
461
  }
462
462
  protoOf(GameEngineConfig).f48 = function () {
463
463
  return this.version;
@@ -2842,6 +2842,10 @@
2842
2842
  serverStateUpdateIntervalMillis = serverStateUpdateIntervalMillis === VOID ? 3000 : serverStateUpdateIntervalMillis;
2843
2843
  return $super === VOID ? this.s7z(botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) : $super.s7z.call(this, botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
2844
2844
  };
2845
+ protoOf(Companion_5).getServerEngineTestMode = function () {
2846
+ var tmp0_finishGameWhenNotLiveStrategy = FinishGameWhenNotLiveStrategy_DISABLED_getInstance();
2847
+ return new ServerReduxConfig(tmp0_finishGameWhenNotLiveStrategy, true, VOID, 15000, 90000, false, true, true, 2000, 150, 3000);
2848
+ };
2845
2849
  var Companion_instance_10;
2846
2850
  function Companion_getInstance_14() {
2847
2851
  return Companion_instance_10;
@@ -3120,6 +3124,10 @@
3120
3124
  FinishGameWhenNotLiveStrategy_initEntries();
3121
3125
  return FinishGameWhenNotLiveStrategy_ALL_REPLACED_AND_NOT_NATIVE_BOT_instance;
3122
3126
  }
3127
+ function FinishGameWhenNotLiveStrategy_DISABLED_getInstance() {
3128
+ FinishGameWhenNotLiveStrategy_initEntries();
3129
+ return FinishGameWhenNotLiveStrategy_DISABLED_instance;
3130
+ }
3123
3131
  function RandomData(signature, id, indexes, cardsInCycle, provider, cardDeck) {
3124
3132
  this.signature = signature;
3125
3133
  this.id = id;