Fixed a rare conditional bug affecting Exits with custom cmdsets on them.

This commit is contained in:
Griatch 2011-06-26 15:36:49 +00:00
parent 95d672763b
commit 1565ac3a72
2 changed files with 16 additions and 5 deletions

View file

@ -559,6 +559,8 @@ class CmdDestroy(MuxCommand):
if dmin and dmax:
for dbref in range(int(dmin),int(dmax+1)):
string += delobj(str(dbref))
else:
string += delobj(objname)
else:
string += delobj(objname)
if string: