Skip to content

Commit

Permalink
feat: ribbit is down and sending malformed garbage
Browse files Browse the repository at this point in the history
move to darksabun
  • Loading branch information
zkrising committed Sep 22, 2023
1 parent 55c6003 commit 98ed986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/constants/bms-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const BMS_TABLES: Array<BMSTableInfo> = [
name: "Insane",
playtype: "7K",
description: "The 7K GENOSIDE insane table.",
url: "http://www.ribbit.xyz/bms/tables/insane.html",
url: "https://darksabun.github.io/table/archive/insane1/",
prefix: "★",
asciiPrefix: "insane",
colour: COLOUR_SET.red,
Expand All @@ -39,7 +39,7 @@ export const BMS_TABLES: Array<BMSTableInfo> = [
name: "Normal",
playtype: "7K",
description: "The 7K GENOSIDE normal table.",
url: "http://www.ribbit.xyz/bms/tables/normal.html",
url: "https://darksabun.github.io/table/archive/normal1/",
prefix: "☆",
asciiPrefix: "normal",
colour: COLOUR_SET.paleGreen,
Expand Down

0 comments on commit 98ed986

Please sign in to comment.