hmm i didnt get it im trying to put this code but im getting error
net.sf.l2j.gameserver.handler.VoicedCommandHandler.java
import net.sf.l2j.gameserver.handler.voicedcommandhandlers.BankingCmd;
if(Config.BANKING_SYSTEM_ENABLED)
{
registerVoicedCommandHandler(new BankingCmd());
}