DisabledSysEvents still dispatching onUserVariablesUpdate
Posted: 26 Dec 2010, 15:23
Hello all.
in my config.xml I have:
but when debuggin my Flex application I still get:
how can it be? :/
Also, will disabling this event save the bandwidth from the server to the client?
Thanks!
in my config.xml I have:
Code: Select all
<Zone name="peopleRoom" uCountUpdate="false" buddyList="100" maxUsers="20000" customLogin="true">
<Rooms>
<Room name="Main" isGame="true" maxUsers="20000" limbo="true" isPrivate="false" isTemp="false" autoJoin="true" uCountUpdate="false" />
</Rooms>
<Extensions>
<extension name="peopleRoom" className="peopleRoom.as" type="script" />
<extension name="__$RedBox$__" className="com.smartfoxserver.redbox.RedBoxExtension" type="java" />
</Extensions>
<DisabledSysEvents>
<event>onUserVariablesUpdate</event>
</DisabledSysEvents>
</Zone>
Code: Select all
<msg t='sys'><body action='uVarsUpdate' r='1'><vars><var n='inCall' t='b'><![CDATA[1]]></var><var n='partner' t='n'><![CDATA[1]]></var></vars><user id='2' /></body></msg>
Also, will disabling this event save the bandwidth from the server to the client?
Thanks!