mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Fixing issue 183, reported by sergi.reyner. Typo in src/objects/models.py, ocation/location.
This commit is contained in:
parent
d2e0dfe59c
commit
3aad32d7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class ObjectDB(TypedObject):
|
|||
loc = location
|
||||
elif ObjectDB.objects.dbref(location):
|
||||
# location is a dbref; search
|
||||
loc = ObjectDB.objects.dbref_search(ocation)
|
||||
loc = ObjectDB.objects.dbref_search(location)
|
||||
if loc and hasattr(loc,'dbobj'):
|
||||
loc = loc.dbobj
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue