Skip to content

Commit f00115f

Browse files
Fix reefscape capitalization
1 parent fd761da commit f00115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highscores/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,5 +801,5 @@ def get_game_length(game_index: str):
801801
"INTO THE DEEP": submit_into_the_deep,
802802
"Rover Ruckus": submit_rover_ruckus,
803803
"Skystone": submit_skystone,
804-
"Reefscape": submit_reefscape,
804+
"REEFSCAPE": submit_reefscape,
805805
}

0 commit comments

Comments
 (0)