raspberry_games_engine_helpers 1.8.379 → 1.8.381

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.379';
219
+ this.version = '1.8.381';
220
220
  }
221
221
  protoOf(GameEngineConfig).k17 = function () {
222
222
  return this.version;
@@ -1524,7 +1524,7 @@
1524
1524
  ffaMovEnabled = ffaMovEnabled === VOID ? true : ffaMovEnabled;
1525
1525
  botNativeUpdatesRating = botNativeUpdatesRating === VOID ? true : botNativeUpdatesRating;
1526
1526
  replacementForcedDecrease = replacementForcedDecrease === VOID ? true : replacementForcedDecrease;
1527
- ffaMaxRatingDecreaseFraction = ffaMaxRatingDecreaseFraction === VOID ? 1.0 : ffaMaxRatingDecreaseFraction;
1527
+ ffaMaxRatingDecreaseFraction = ffaMaxRatingDecreaseFraction === VOID ? 0.8 : ffaMaxRatingDecreaseFraction;
1528
1528
  this.defaultFactor = defaultFactor;
1529
1529
  this.eloScaleH2H = eloScaleH2H;
1530
1530
  this.eloScaleFfa = eloScaleFfa;