Fixed a repeat error in Scripts (resolves #890). Added separation between calling script.pause() deliberately and it being called automatically by the reset/reload, in order to preserve manual pauses across server reloads (resolves #891).

This commit is contained in:
Griatch 2015-12-17 00:12:07 +01:00
parent f56500df9a
commit 161383f9ae
3 changed files with 36 additions and 8 deletions

View file

@ -207,7 +207,7 @@ class ServerSession(Session):
obj.player = self.player
self.puid = obj.id
self.puppet = obj
obj.scripts.validate()
#obj.scripts.validate()
obj.locks.cache_lock_bypass(obj)
def at_login(self, player):