Fixed a bug in @del dbref lookup.
This commit is contained in:
parent
d1125c65dc
commit
8eefc5d9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ class CmdDestroy(MuxCommand):
|
|||
else:
|
||||
string += delobj(objname)
|
||||
else:
|
||||
string += delobj(objname)
|
||||
string += delobj(objname, True)
|
||||
if string:
|
||||
caller.msg(string.strip())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue