mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Improve existing verification handlers and add PlayerActionVerificationHandler.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user