mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 20:41:29 -04:00
Fix the order of entries
Based on the build error the CI gave, I think this is the issue.
This commit is contained in:
@@ -116,8 +116,8 @@ UserSettings g_userSettings = {
|
||||
.speedrunMode {"game.speedrunMode", false},
|
||||
.liveSplitEnabled {"game.liveSplitEnabled", false},
|
||||
.recordingMode {"game.recordingMode", false},
|
||||
.removeQuestMapMarkers {"game.removeQuestMapMarkers", false},
|
||||
.showSpeedrunRTATimer {"game.showSpeedrunRTATimer", true},
|
||||
.removeQuestMapMarkers {"game.removeQuestMapMarkers", false}
|
||||
},
|
||||
|
||||
.backend = {
|
||||
|
||||
Reference in New Issue
Block a user