mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Optimize _Saverdict.update that caused issues for webclient option update (#2224)
This commit is contained in:
parent
27a2d53c69
commit
be181717ff
5 changed files with 10 additions and 5 deletions
|
|
@ -93,7 +93,7 @@ class MonitorHandler(object):
|
|||
|
||||
def at_update(self, obj, fieldname):
|
||||
"""
|
||||
Called by the field as it saves.
|
||||
Called by the field/attribute as it saves.
|
||||
|
||||
"""
|
||||
to_delete = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue