From 3135f57e15b0f3a891ebb2f5331d63fef8be54d4 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 17 Jun 2022 13:56:59 -0500 Subject: Remove warning on social skill lb --- src/database.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/database.ts b/src/database.ts index f8131d9..fd3f52b 100644 --- a/src/database.ts +++ b/src/database.ts @@ -170,7 +170,6 @@ const leaderboardInfos: { [leaderboardName: string]: string } = { highest_critical_damage: 'uhhhhh yeah idk either', leaderboards_count: 'This leaderboard counts how many leaderboards a player is in the top 100 spot for.', top_1_leaderboards_count: 'This leaderboard counts how many leaderboards a player is in the #1 spot for.', - skill_social: 'This leaderboard is inaccurate because Hypixel only shows social skill data on some API profiles.' } -- cgit