Error when compiling Hide and Seek
Posted: Wed Jan 12, 2011 8:19 am
Hello people, I am implementing the Hide and Seek event in the most current version of Hj, but when compiling it gives this error below
Code: Select all
[javac] C:\Users\Erick\workspace\L2jServer Lizo\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2HaSEventManagerInstance.java:54: cannot find symbol [javac] symbol : method isRegistered(com.l2jserver.gameserver.model.actor.instance.L2PcInstance) [javac] location: class com.l2jserver.gameserver.model.olympiad.Olympiad [javac] if(Olympiad.getInstance().isRegistered(player)) [javac] ^ [javac] C:\Users\Erick\workspace\L2jServer Lizo\L2_GameServer\java\com\l2jserver\gameserver\model\entity\HideAndSeek.java:261: cannot find symbol [javac] symbol : method isRegistered(com.l2jserver.gameserver.model.actor.instance.L2PcInstance) [javac] location: class com.l2jserver.gameserver.model.olympiad.Olympiad [javac] if(Olympiad.getInstance().isRegistered(p)) [javac] ^ [javac] 2 errors