mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Fixed a lacking implementation in the Msg API. You need to re-sync the database since Msg now relies on three fields that where commented out before.
This commit is contained in:
parent
72bb8ac667
commit
d90c2909a2
6 changed files with 33 additions and 27 deletions
|
|
@ -450,6 +450,7 @@ class ObjectDB(TypedObject):
|
|||
results = ObjectDB.objects.object_search(self, ostring,
|
||||
global_search,
|
||||
attribute_name)
|
||||
|
||||
if ignore_errors:
|
||||
return results
|
||||
return HANDLE_SEARCH_ERRORS(self, ostring, results, global_search)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue