diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index a61f8a7caf..2d1d139d79 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -1655,8 +1655,7 @@ class CmdWipe(ObjManipCommand): return if not attrs: # wipe everything - for attr in obj.get_all_attributes(): - attr.delete() + obj.attributes.clear() string = "Wiped all attributes on %s." % obj.name else: for attrname in attrs: