Removed unused translations

This commit is contained in:
Renan LE CARO 2025-04-01 13:49:10 +02:00
parent de99dd9ba8
commit b2e6e3c9e4
10 changed files with 182 additions and 293 deletions

View file

@ -30,7 +30,6 @@ export function getTotalScore() {
}
export function addToTotalScore(gameState: GameState, points: number) {
if (gameState.isCreativeModeRun) return;
setSettingValue("breakout_71_total_score", getTotalScore() + points);
}