Datapack Version= 7664
i got this error when trying to apply CTF event (http://open-team.ru/index.php?/topic/1641-ctf/)[javac] \Server\java\com\l2jserver\gameserver\network\clientpackets\RequestActionUse.java:188: cannot find symbol
[javac] symbol : method isInFunEvent()
[javac] location: class com.l2jserver.gameserver.model.L2Object
[javac] if (!activeChar.getAccessLevel().allowPeaceAttack() && activeChar.isInsidePeaceZone(pet, target) && (!activeChar.isInFunEvent() || !target.isInFunEvent())) //add by CTF
[javac] ^
[javac] 1 error
any idea whats wrong?