Skip to content

Commit b9953bd

Browse files
committed
Allow Prewrite routefiles in ExaCC
1 parent c851f21 commit b9953bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gamePlayer/src/pages/exaPlayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export const exaPlayerPage = {
348348
await showAlert(
349349
"Warning: Adapting a Lynx or MS route to Steam. Best effort, so don't expect it to work..."
350350
)
351-
} else if (route.Rule !== "STEAM") {
351+
} else if (route.Rule.toUpperCase() !== "STEAM") {
352352
showAlert("Unknown ruleset")
353353
return
354354
}

0 commit comments

Comments
 (0)