mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Merge pull request #3267 from InspectorCaracal/patch-9
Add recache step to ObjectSessionHandler
This commit is contained in:
commit
38735466af
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class ObjectSessionHandler:
|
|||
]
|
||||
if None in sessions:
|
||||
# this happens only if our cache has gone out of sync with the SessionHandler.
|
||||
|
||||
self._recache()
|
||||
return self.get(sessid=sessid)
|
||||
return sessions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue