Correctly call the parent at_sync in the serversession. Resolves #1555.
This commit is contained in:
parent
4979b10463
commit
a45372e814
2 changed files with 3 additions and 1 deletions
|
|
@ -188,6 +188,7 @@ class ServerSession(Session):
|
|||
if not _ObjectDB:
|
||||
from evennia.objects.models import ObjectDB as _ObjectDB
|
||||
|
||||
super(ServerSession, self).at_sync()
|
||||
if not self.logged_in:
|
||||
# assign the unloggedin-command set.
|
||||
self.cmdset_storage = settings.CMDSET_UNLOGGEDIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue