Merge pull request #3499 from chiizujin/room_create

Fix room creation showing room name instead of typeclass path
This commit is contained in:
Griatch 2024-04-27 19:01:04 +02:00 committed by GitHub
commit dcc4dce7e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1028,7 +1028,7 @@ class CmdDig(ObjManipCommand):
if new_room.aliases.all():
alias_string = " (%s)" % ", ".join(new_room.aliases.all())
room_string = f"Created room {new_room}({new_room.dbref}){alias_string} of type {new_room}."
room_string = f"Created room {new_room}({new_room.dbref}){alias_string} of type {new_room.typeclass_path}."
# create exit to room