diff --git a/deployment/public_client.prc b/deployment/public_client.prc index f7251976..d69e6268 100644 --- a/deployment/public_client.prc +++ b/deployment/public_client.prc @@ -18,6 +18,8 @@ aux-display p3tinydisplay # Textures: texture-anisotropic-degree 16 +server-timezone EST/EDT/-5 + # Resources settings model-path / @@ -56,7 +58,7 @@ want-house-types #t want-gifting #t want-top-toons #t want-language-selection #t -estate-day-night #t +estate-day-night #f want-mat-all-tailors #t diff --git a/deployment/server.prc b/deployment/server.prc index 7f894788..0d5c3337 100644 --- a/deployment/server.prc +++ b/deployment/server.prc @@ -21,7 +21,7 @@ want-house-types #t want-gifting #t want-top-toons #t want-language-selection #t -estate-day-night #t +estate-day-night #f want-mat-all-tailors #t is-server #t @@ -39,6 +39,7 @@ get-key-reward-always #t get-crate-reward-always #t want-lawbot-cogdo #f +server-timezone EST/EDT/-5 want-emblems #f cogdo-want-barrel-room #f diff --git a/otp/ai/BanManagerAI.py b/otp/ai/BanManagerAI.py index b7b28952..ba5fd020 100755 --- a/otp/ai/BanManagerAI.py +++ b/otp/ai/BanManagerAI.py @@ -42,7 +42,7 @@ class BanFSM(FSM): simbase.air.send(datagram) def dbCallback(self, dclass, fields): - if dclass != self.air.dclassesByName['AccountAI']: + if dclass != simbase.air.dclassesByName['AccountAI']: return self.accountId = fields.get('ACCOUNT_ID')