Improve existing verification handlers and add PlayerActionVerificationHandler.

This commit is contained in:
Major-
2014-08-09 19:13:08 +01:00
parent 467bcfe39f
commit a2a16d7b7f
4 changed files with 65 additions and 6 deletions
+6
View File
@@ -96,6 +96,12 @@
<handler>org.apollo.game.message.handler.impl.NpcActionVerificationHandler</handler>
</chain>
</message>
<message>
<type>org.apollo.game.message.impl.PlayerActionMessage</type>
<chain>
<handler>org.apollo.game.message.handler.impl.PlayerActionVerificationHandler</handler>
</chain>
</message>
<message>
<type>org.apollo.game.message.impl.ObjectActionMessage</type>
<chain>