Skip to content

Commit 4069133

Browse files
authored
Merge pull request #475 from IUrreta/main
Main
2 parents c33c613 + 18e825e commit 4069133

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Database Editor F1 Manager",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "A tool that will let you edit your save file from F1 Manager games",
55
"main": "main.js",
66
"scripts": {

src/js/backend/scriptUtils/newsUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ function generateDSQTurningPointNews(racesDone, savednews = {}, turningPointStat
10771077

10781078
const daySeason = queryDB(`SELECT Day, CurrentSeason FROM Player_State`, 'singleRow');
10791079

1080-
if (Math.random() > 1.08 || forcedCleanSeason) { //testing, should be 0.08
1080+
if (Math.random() > 0.08 || forcedCleanSeason) { //testing, should be 0.08
10811081
return newsList; // Random chance to not generate
10821082
}
10831083

0 commit comments

Comments
 (0)