diff --git a/app/components/index-world.tsx b/app/components/index-world.tsx index 1ff0514..df34c60 100644 --- a/app/components/index-world.tsx +++ b/app/components/index-world.tsx @@ -28,7 +28,8 @@ export const IndexWorld = ({ metagame, population }: IndexWorldProps) => { new Date(a.locked_since ?? Date.now()).getTime() - new Date(b.locked_since ?? Date.now()).getTime() )[0]; - const nextZoneStrings = zones[nextZone.id]; + const nextZoneStrings = + worldId !== 2000 ? zones[nextZone.id] : zones["default"]; return (