Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 2af5201

Browse files
committed
Increase rate mod limit from 2.0 to 3.0
1 parent 4ce906d commit 2af5201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fsipc/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type gsScoreSubmitPlayerData struct {
3434
ChartHash string `json:"chartHash" validate:"required"`
3535
Score int `json:"score" validate:"min=0,max=10000"`
3636
Comment string `json:"comment"`
37-
Rate int `json:"rate" validate:"min=0,max=200"`
37+
Rate int `json:"rate" validate:"min=0,max=300"`
3838
}
3939

4040
type GsScoreSubmitRequest struct {

0 commit comments

Comments
 (0)