Set overworld zone description so "Where:" header displays correctly

This commit is contained in:
Jared Miller 2026-02-14 10:33:43 -05:00
parent 0f7f565a2e
commit 7ec5ccb87a
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -504,6 +504,7 @@ async def run_server() -> None:
# Create overworld zone from generated terrain
_overworld = Zone(
name="overworld",
description="The Overworld",
width=world.width,
height=world.height,
terrain=world.terrain,