Remove Modes in favor of Gamemodes

This commit is contained in:
maxswa
2019-06-17 16:30:44 -04:00
parent fbce22fd07
commit 93d6961a4c
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { SkillName, ClueType, BHType, Gamemode, Mode } from '../types';
import { SkillName, ClueType, BHType, Gamemode } from '../types';
export const BASE_URL = 'http://services.runescape.com/m=hiscore_oldschool';
export const STATS_URL = 'index_lite.ws?player=';
@@ -69,4 +69,3 @@ export const GAMEMODES: Gamemode[] = [
'sdmm',
'dmmt',
];
export const MODES: Mode[] = [...GAMEMODES, 'full'];