mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed a bug in serversession.
This commit is contained in:
parent
4dc3a3df09
commit
06fe2e5a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class ServerSession(Session):
|
|||
self.puid = obj.id
|
||||
self.puppet = obj
|
||||
obj.scripts.validate()
|
||||
obj.locks_cache_lock_bypass(obj)
|
||||
obj.locks.cache_lock_bypass(obj)
|
||||
|
||||
def at_login(self, player):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue