Update ObjectSessionHandler to avoid a caching syncing issue; should resolve #1153.
This commit is contained in:
parent
99c4042fbc
commit
19e8528b04
3 changed files with 20 additions and 4 deletions
|
|
@ -394,7 +394,7 @@ class Evennia(object):
|
|||
# flag to avoid loops.
|
||||
self.shutdown_complete = True
|
||||
# kill the server
|
||||
reactor.callLater(0, reactor.stop)
|
||||
reactor.callLater(1, reactor.stop)
|
||||
|
||||
# server start/stop hooks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue