Add privacy options support.

This commit is contained in:
Kyle Stevenson
2013-12-29 15:17:34 -08:00
parent 6e4372ba56
commit 0306fd4230
9 changed files with 326 additions and 0 deletions
+6
View File
@@ -1,4 +1,10 @@
<events>
<event>
<type>org.apollo.game.event.impl.PrivacyOptionEvent</type>
<chain>
<handler>org.apollo.game.event.handler.impl.PrivacyOptionEventHandler</handler>
</chain>
</event>
<event>
<type>org.apollo.game.event.impl.KeepAliveEvent</type>
<chain />