345346347348349350351352353354355
} if (vc.length() > 0) { final IVoicedCommandHandler vch = VoicedCommandHandler.getInstance().getVoicedCommandHandler(vc); if (vch != null) vch.useVoicedCommand(vc, activeChar, vparams); } } } else if(_command.startsWith("Quest ")) {
472473474475476477478479480481482
vch = VoicedCommandHandler.getInstance().getVoicedCommandHandler(command); } if(vch != null) { vch.useVoicedCommand(command, activeChar, target); break; } } for(L2PcInstance player : activeChar.getKnownList().getKnownPlayers().values())