mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Fix update call to have right number of arguments.
This commit is contained in:
parent
a45372e814
commit
080f3ba6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class Session(object):
|
|||
|
||||
"""
|
||||
if self.account:
|
||||
self.protocol_flags.update(self.account.attributes.get("_saved_protocol_flags"), {})
|
||||
self.protocol_flags.update(self.account.attributes.get("_saved_protocol_flags") or {})
|
||||
|
||||
# access hooks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue