Skip to content

Commit

Permalink
Correct default scoreboard X
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed Sep 30, 2024
1 parent 4cf4ef3 commit 12635a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ScoreboardModule/Services/ScoreboardService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Task ShowNadeoScoreboardAsync() =>
gameModeUiModuleService.ApplyComponentSettingsAsync(
GameModeUiComponents.ScoresTable,
true,
-50.0,
0.0,
0.0,
1.0
);
Expand Down

0 comments on commit 12635a7

Please sign in to comment.