evennia / evennia

Python MUD/MUX/MUSH/MU* development system

Home Page:http://www.evennia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] XYZGrid calling non-existent method

jaborsh opened this issue · comments

commented

Describe the bug

XYZGrid calls all_rooms method (

print("Valid mapnames/zcoords are\n:", "\n ".join(xymap.Z for xymap in grid.all_rooms()))
) which does not exist.

Looks like it's supposed to be all_maps