Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: C:/Users/George/Desktop/Lineage II Server Files/Workspace/Datapack/data/scripts/handlers/MasterHandler.java
- ===================================================================
- --- C:/Users/George/Desktop/Lineage II Server Files/Workspace/Datapack/data/scripts/handlers/MasterHandler.java (revision 7703)
- +++ C:/Users/George/Desktop/Lineage II Server Files/Workspace/Datapack/data/scripts/handlers/MasterHandler.java (working copy)
- @@ -38,6 +38,7 @@
- @@ -247,6 +250,11 @@
- import handlers.voicedcommandhandlers.TvTVoicedInfo;
- import handlers.voicedcommandhandlers.Wedding;
- import handlers.voicedcommandhandlers.stats;
- +import handlers.voicedcommandhandlers.Antibot;
- +import handlers.voicedcommandhandlers.Captcha;
- import java.util.logging.Logger;
- @@ -537,6 +548,10 @@
- private static void loadVoicedHandlers()
- {
- + VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Antibot());
- + VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Captcha());
- VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new stats());
- if (Config.L2JMOD_ALLOW_WEDDING)
- VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Wedding());
Advertisement
Add Comment
Please, Sign In to add comment