diff --git a/app/components/index-world.tsx b/app/components/index-world.tsx index 1c4ba4b..c075f93 100644 --- a/app/components/index-world.tsx +++ b/app/components/index-world.tsx @@ -29,8 +29,7 @@ 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 = - worldId !== 2000 ? zones[nextZone.id] : zones["default"]; + const nextZoneStrings = zones[nextZone.id]; return (