From afe9aa24f4f7cbc58b43faf18a7f0f35bf71eb7c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 4 May 2014 23:53:06 +0000 Subject: [PATCH] Correct stray use of location --- lib/mudpy/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0