Skip to content

Commit

Permalink
Merge pull request #70 from nicoco007/beat-saber-1.37.1
Browse files Browse the repository at this point in the history
Update for Beat Saber 1.37.1
  • Loading branch information
Auros authored Jul 20, 2024
2 parents 450af62 + 51dc47a commit 00c07f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SiraUtil/Submissions/SiraLevelCompletionResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public SiraLevelCompletionResults(LevelCompletionResults lcr, bool scoreSubmissi
lcr.rank, lcr.fullCombo, lcr.leftSaberMovementDistance, lcr.rightSaberMovementDistance, lcr.leftHandMovementDistance,
lcr.rightHandMovementDistance, lcr.levelEndStateType, lcr.levelEndAction, lcr.energy, lcr.goodCutsCount,
lcr.badCutsCount, lcr.missedCount, lcr.notGoodCount, lcr.okCount, lcr.maxCutScore, lcr.totalCutScore, lcr.goodCutsCountForNotesWithFullScoreScoringType, lcr.averageCenterDistanceCutScoreForNotesWithFullScoreScoringType, lcr.averageCutScoreForNotesWithFullScoreScoringType,
lcr.maxCombo, lcr.endSongTime)
lcr.maxCombo, lcr.endSongTime, lcr.invalidated)
{
ShouldSubmitScores = scoreSubmission;
}
Expand Down
4 changes: 2 additions & 2 deletions SiraUtil/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"id": "SiraUtil",
"name": "SiraUtil",
"author": "Auros",
"version": "3.1.10",
"version": "3.1.11",
"icon": "SiraUtil.Resources.logo.png",
"description": "A powerful utility mod which provides more tools to Beat Saber modders.",
"gameVersion": "1.37.0",
"gameVersion": "1.37.1",
"dependsOn": {
"BSIPA": "^4.3.0"
},
Expand Down

0 comments on commit 00c07f0

Please sign in to comment.