Skip to content

Commit 68145b4

Browse files
authored
fix(OneClient-Browser): Remove SkyClient Provider Option (#463)
Closes: #433
1 parent c6da924 commit 68145b4

File tree

1 file changed

+4
-1
lines changed
  • apps/oneclient/frontend/src/routes/app/cluster/browser

1 file changed

+4
-1
lines changed

apps/oneclient/frontend/src/routes/app/cluster/browser/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ export const Route = createFileRoute('/app/cluster/browser/')({
2828
},
2929
});
3030

31-
const PROVIDERS: Array<Provider> = ['Modrinth', 'CurseForge', 'SkyClient'];
31+
// const PROVIDERS: Array<Provider> = ['Modrinth', 'CurseForge', 'SkyClient'];
32+
// I don't think SkyClient will get implemented due to hypixel removing 1.8 support and SkyClient is only really for old 1.8 mods that aren't on a provider
33+
// High chance we can just one day nuke the entire unfinished implementation
34+
const PROVIDERS: Array<Provider> = ['Modrinth', 'CurseForge'];
3235

3336
function RouteComponent() {
3437
return (

0 commit comments

Comments
 (0)