Set overworld zone description so "Where:" header displays correctly
This commit is contained in:
parent
0f7f565a2e
commit
7ec5ccb87a
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,7 @@ async def run_server() -> None:
|
||||||
# Create overworld zone from generated terrain
|
# Create overworld zone from generated terrain
|
||||||
_overworld = Zone(
|
_overworld = Zone(
|
||||||
name="overworld",
|
name="overworld",
|
||||||
|
description="The Overworld",
|
||||||
width=world.width,
|
width=world.width,
|
||||||
height=world.height,
|
height=world.height,
|
||||||
terrain=world.terrain,
|
terrain=world.terrain,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue