game_client_logic_deb 1.8.352 → 1.8.354

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.
@@ -380,7 +380,7 @@
380
380
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
381
381
  //endregion
382
382
  function GameEngineConfig() {
383
- this.version = '1.8.352';
383
+ this.version = '1.8.354';
384
384
  }
385
385
  protoOf(GameEngineConfig).l31 = function () {
386
386
  return this.version;
@@ -2219,7 +2219,7 @@
2219
2219
  return this.DELAY_TO_BUFFER_STATE_UPDATES_MILLIS;
2220
2220
  };
2221
2221
  protoOf(Companion_4).z6u = function (botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) {
2222
- return new ServerReduxConfig(FinishGameWhenNotLiveStrategy_ALL_BOTS_getInstance(), VOID, botReplacesPlayerAfterTimeout ? 15000 : 30000, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
2222
+ return new ServerReduxConfig(FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance(), VOID, botReplacesPlayerAfterTimeout ? 15000 : 30000, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
2223
2223
  };
2224
2224
  protoOf(Companion_4).getServerEngineMode = function (botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis, $super) {
2225
2225
  closeIfBotsAtFinish = closeIfBotsAtFinish === VOID ? true : closeIfBotsAtFinish;
@@ -2234,7 +2234,7 @@
2234
2234
  return Companion_instance_9;
2235
2235
  }
2236
2236
  function ServerReduxConfig(finishGameWhenNotLiveStrategy, waitForPlayerToReconnect, waitForPlayerToReconnectTimeOutMillis, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) {
2237
- finishGameWhenNotLiveStrategy = finishGameWhenNotLiveStrategy === VOID ? FinishGameWhenNotLiveStrategy_ALL_BOTS_getInstance() : finishGameWhenNotLiveStrategy;
2237
+ finishGameWhenNotLiveStrategy = finishGameWhenNotLiveStrategy === VOID ? FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance() : finishGameWhenNotLiveStrategy;
2238
2238
  waitForPlayerToReconnect = waitForPlayerToReconnect === VOID ? true : waitForPlayerToReconnect;
2239
2239
  waitForPlayerToReconnectTimeOutMillis = waitForPlayerToReconnectTimeOutMillis === VOID ? 30000 : waitForPlayerToReconnectTimeOutMillis;
2240
2240
  closeIfBotsAtFinish = closeIfBotsAtFinish === VOID ? true : closeIfBotsAtFinish;
@@ -2384,9 +2384,9 @@
2384
2384
  function FinishGameWhenNotLiveStrategy(name, ordinal) {
2385
2385
  Enum.call(this, name, ordinal);
2386
2386
  }
2387
- function FinishGameWhenNotLiveStrategy_ALL_BOTS_getInstance() {
2387
+ function FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance() {
2388
2388
  FinishGameWhenNotLiveStrategy_initEntries();
2389
- return FinishGameWhenNotLiveStrategy_ALL_BOTS_instance;
2389
+ return FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_instance;
2390
2390
  }
2391
2391
  function RandomData(signature, id, indexes, provider) {
2392
2392
  this.signature = signature;