raspberry_games_engine_helpers 1.8.368 → 1.8.369

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.
@@ -216,7 +216,7 @@
216
216
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
217
217
  //endregion
218
218
  function GameEngineConfig() {
219
- this.version = '1.8.368';
219
+ this.version = '1.8.369';
220
220
  }
221
221
  protoOf(GameEngineConfig).k17 = function () {
222
222
  return this.version;
@@ -1527,7 +1527,7 @@
1527
1527
  ffaLossReductionPerExtra = ffaLossReductionPerExtra === VOID ? 0.15 : ffaLossReductionPerExtra;
1528
1528
  ffaLossMinMult = ffaLossMinMult === VOID ? 0.6 : ffaLossMinMult;
1529
1529
  ffaCloseLossPenaltyMult = ffaCloseLossPenaltyMult === VOID ? 0.6 : ffaCloseLossPenaltyMult;
1530
- botNativeUpdatesRating = botNativeUpdatesRating === VOID ? false : botNativeUpdatesRating;
1530
+ botNativeUpdatesRating = botNativeUpdatesRating === VOID ? true : botNativeUpdatesRating;
1531
1531
  replacementForcedDecrease = replacementForcedDecrease === VOID ? true : replacementForcedDecrease;
1532
1532
  this.defaultFactor = defaultFactor;
1533
1533
  this.eloScaleH2H = eloScaleH2H;