Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Aug 4, 2024
1 parent c77559e commit effcc73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/worker/core/GameSim.football/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export const initGameSim = async () => {
gid: 0,
teams: [teams[0], teams[1]],
baseInjuryRate: g.get("injuryRate"),
doPlayByPlay: false,
homeCourtFactor: 1,
disableHomeCourtAdvantage: false,
});
};

Expand Down

0 comments on commit effcc73

Please sign in to comment.