mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 15:56:30 +01:00
Shifting ProcPool out of src and into a contrib, using the service plugin system.
This commit is contained in:
parent
f677902811
commit
93d95377ce
23 changed files with 363 additions and 390 deletions
|
|
@ -276,7 +276,6 @@ class ObjectDB(TypedObject):
|
|||
"Setter. Allows for self.location = location"
|
||||
try:
|
||||
old_loc = _GA(self, "location")
|
||||
|
||||
if ObjectDB.objects.dbref(location):
|
||||
# dbref search
|
||||
loc = ObjectDB.objects.dbref_search(location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue