mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Fixed flush protection for instances, memory is successfully made available on an idmapper flush now.
This commit is contained in:
parent
4b8ed234fd
commit
58af67bdf2
6 changed files with 47 additions and 35 deletions
|
|
@ -467,6 +467,7 @@ class NAttributeHandler(object):
|
|||
def add(self, key, value):
|
||||
"Add new key and value"
|
||||
self._store[key] = value
|
||||
print "set_recache_protection:", self.obj.key, key
|
||||
self.obj.set_recache_protection()
|
||||
|
||||
def remove(self, key):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue