Skip to content

Commit

Permalink
Fix difficulty in response
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon422 committed Sep 26, 2023
1 parent a9f00e6 commit b39770c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphere/web/WebReplayController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function WebReplayController:POST()
return {json = {
score = score,
inputMode = tostring(noteChart.inputMode),
difficulty = rhythmModel.scoreEngine.enps,
modifiers = replay.modifiers,
modifiersEncoded = modifierModel:encode(replay.modifiers),
modifiersString = modifierModel:getString(replay.modifiers),
Expand Down

0 comments on commit b39770c

Please sign in to comment.