Maybe fix ban manager? And disable estate day and night.

This commit is contained in:
Alexander 2015-08-21 14:32:35 -04:00
parent cba4974f42
commit 55ace187c1
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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')