mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-25 06:56:45 +00:00
treat Ruthless as a private league, fixes #1275
This commit is contained in:
@@ -90,5 +90,8 @@ export const useLeagues = createGlobalState(() => {
|
||||
})
|
||||
|
||||
function isPrivateLeague (id: string) {
|
||||
if (id.includes('Ruthless')) {
|
||||
return true
|
||||
}
|
||||
return /\(PL\d+\)$/.test(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user