client_plugin_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.
@@ -364,7 +364,7 @@
364
364
  function addFormatStructureForTime(structure) {
365
365
  this.c5n(structure);
366
366
  }
367
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
367
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
368
368
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
369
369
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
370
370
  function set_fractionOfSecond(value) {
@@ -412,7 +412,7 @@
412
412
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
413
413
  //endregion
414
414
  function GameEngineConfig() {
415
- this.version = '1.8.352';
415
+ this.version = '1.8.354';
416
416
  }
417
417
  protoOf(GameEngineConfig).e3b = function () {
418
418
  return this.version;
@@ -2330,7 +2330,7 @@
2330
2330
  return this.DELAY_TO_BUFFER_STATE_UPDATES_MILLIS;
2331
2331
  };
2332
2332
  protoOf(Companion_4).w79 = function (botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) {
2333
- return new ServerReduxConfig(FinishGameWhenNotLiveStrategy_ALL_BOTS_getInstance(), VOID, botReplacesPlayerAfterTimeout ? 15000 : 30000, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
2333
+ return new ServerReduxConfig(FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance(), VOID, botReplacesPlayerAfterTimeout ? 15000 : 30000, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis);
2334
2334
  };
2335
2335
  protoOf(Companion_4).getServerEngineMode = function (botReplacesPlayerAfterTimeout, closeIfBotsAtFinish, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis, $super) {
2336
2336
  closeIfBotsAtFinish = closeIfBotsAtFinish === VOID ? true : closeIfBotsAtFinish;
@@ -2345,7 +2345,7 @@
2345
2345
  return Companion_instance_9;
2346
2346
  }
2347
2347
  function ServerReduxConfig(finishGameWhenNotLiveStrategy, waitForPlayerToReconnect, waitForPlayerToReconnectTimeOutMillis, closeIfBotsAtFinish, botReplacesPlayerAfterTimeout, enabledCombinedEvents, delayToAskBotMillis, combinedEventsIntervalMillis, serverStateUpdateIntervalMillis) {
2348
- finishGameWhenNotLiveStrategy = finishGameWhenNotLiveStrategy === VOID ? FinishGameWhenNotLiveStrategy_ALL_BOTS_getInstance() : finishGameWhenNotLiveStrategy;
2348
+ finishGameWhenNotLiveStrategy = finishGameWhenNotLiveStrategy === VOID ? FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_getInstance() : finishGameWhenNotLiveStrategy;
2349
2349
  waitForPlayerToReconnect = waitForPlayerToReconnect === VOID ? true : waitForPlayerToReconnect;
2350
2350
  waitForPlayerToReconnectTimeOutMillis = waitForPlayerToReconnectTimeOutMillis === VOID ? 30000 : waitForPlayerToReconnectTimeOutMillis;
2351
2351
  closeIfBotsAtFinish = closeIfBotsAtFinish === VOID ? true : closeIfBotsAtFinish;
@@ -2591,10 +2591,6 @@
2591
2591
  FinishGameWhenNotLiveStrategy_initEntries();
2592
2592
  return FinishGameWhenNotLiveStrategy_ALL_DISCONNECTED_instance;
2593
2593
  }
2594
- function FinishGameWhenNotLiveStrategy_ALL_BOTS_getInstance() {
2595
- FinishGameWhenNotLiveStrategy_initEntries();
2596
- return FinishGameWhenNotLiveStrategy_ALL_BOTS_instance;
2597
- }
2598
2594
  function RandomData(signature, id, indexes, provider) {
2599
2595
  this.signature = signature;
2600
2596
  this.id = id;