Fixed a bug in @del dbref lookup.

This commit is contained in:
Griatch 2013-02-01 20:00:17 +01:00
parent d1125c65dc
commit 8eefc5d9f9

View file

@ -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())