diff --git a/src/api.ts b/src/api.ts index 62bb3e6..6b55e72 100644 --- a/src/api.ts +++ b/src/api.ts @@ -36,7 +36,7 @@ import ChatError from "@/errors/ChatError"; import {LiveAtlasDimension, LiveAtlasServerMessageConfig, LiveAtlasWorld} from "@/index"; const titleColours = /ยง[0-9a-f]/ig, - netherWorldName = /(^|_)nether(_|$)/i, + netherWorldName = /_?nether(_|$)/i, endWorldName = /(^|_)end(_|$)/i; function buildServerConfig(response: any): DynmapServerConfig {