client_plugin_logic_deb 1.8.407 → 1.8.410

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.
@@ -427,7 +427,7 @@
427
427
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
428
428
  //endregion
429
429
  function GameEngineConfig() {
430
- this.version = '1.8.407';
430
+ this.version = '1.8.410';
431
431
  }
432
432
  protoOf(GameEngineConfig).g3z = function () {
433
433
  return this.version;
@@ -2096,8 +2096,8 @@
2096
2096
  var originalRoomMode = tmp1_elvis_lhs == null ? newRoomMode : tmp1_elvis_lhs;
2097
2097
  var isFirstRound = (fromRound == null ? 0 : fromRound) === 0;
2098
2098
  var updateRating = isFirstRound && !isPrivate && newRoomMode.hasRatingSupport && originalRoomMode.hasRatingSupport;
2099
- var tmp3_verboseGameHistory = !isProduction;
2100
- return new EngineLogicConfig(false, isProduction, tmp3_verboseGameHistory, VOID, updateRating, validateFromClientActionTags, false, playerTimeoutFactorToFinishStep, openRoomIfFinished);
2099
+ var isDevelopment = !isProduction;
2100
+ return new EngineLogicConfig(false, isProduction, isDevelopment, VOID, updateRating, validateFromClientActionTags, false, playerTimeoutFactorToFinishStep, openRoomIfFinished, VOID, isDevelopment);
2101
2101
  };
2102
2102
  protoOf(Companion_3).getServerEngineMode = function (roomMode, isPrivate, transition, fromRound, isProduction, validateFromClientActionTags, openRoomIfFinished, playerTimeoutFactorToFinishStep, $super) {
2103
2103
  validateFromClientActionTags = validateFromClientActionTags === VOID ? true : validateFromClientActionTags;