From: Jeremy Stanley Date: Sun, 4 May 2014 23:53:06 +0000 (+0000) Subject: Correct stray use of location X-Git-Tag: 0.0.1~244 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=afe9aa24f4f7cbc58b43faf18a7f0f35bf71eb7c;hp=faeeed71cc0d5bd74d36d44b8fb68e8529c69888 Correct stray use of location --- diff --git a/lib/mudpy/misc.py b/lib/mudpy/misc.py index 28b92fb..f6a0f8e 100644 --- a/lib/mudpy/misc.py +++ b/lib/mudpy/misc.py @@ -485,7 +485,7 @@ class Universe: area ].contents: del self.contents[area].contents[element.key] - element.set("default_location", location) + element.set("default_location", area) element.remove_facet("location") # another pass to straighten out all the element contents