Fix room creation showing room name instead of typeclass path
This commit is contained in:
parent
7f41e5a649
commit
289df257e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue