[feat] Script refactor; decouple timer component from script lifetime. Resolve #1715
This commit is contained in:
parent
cd579fb649
commit
b5195a6e96
29 changed files with 1136 additions and 1266 deletions
|
|
@ -318,8 +318,6 @@ class DefaultAccount(AccountDB, metaclass=TypeclassBase):
|
|||
obj.account = self
|
||||
session.puid = obj.id
|
||||
session.puppet = obj
|
||||
# validate/start persistent scripts on object
|
||||
obj.scripts.validate()
|
||||
|
||||
# re-cache locks to make sure superuser bypass is updated
|
||||
obj.locks.cache_lock_bypass(obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue