removed darq

This commit is contained in:
muerwre 2019-02-26 10:10:25 +07:00
parent 15f7f281d3
commit dfb4d3b98f

View file

@ -66,7 +66,7 @@ const TILEMAPS: ITileMaps = {
},
};
const ENABLED: Array<keyof ITileMaps> = ['BLANK', 'DEFAULT', 'DGIS', 'HOT', 'DARQ'];
const ENABLED: Array<keyof ITileMaps> = ['BLANK', 'DEFAULT', 'DGIS', 'HOT'];
export const DEFAULT_PROVIDER: keyof ITileMaps = ENABLED[0];
export const PROVIDERS: Partial<ITileMaps> = ENABLED.reduce((obj, provider) => ({