Jump to content
  • 0

[help]Anti-Feed java error


Question

Posted

Hi i have l2jserver interlude server and i have this error to build when i add Anti-Feed PvP

 

 

[javac] C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\instancemanager\AntiFeedManager.java:85: cannot find symbol

    [javac] symbol  : method getInetAddress()

    [javac] location: class com.l2jserver.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient>

    [javac]          return !targetClient.getConnection().getInetAddress().equals(attackerClient.getConnection().getInetAddress());

    [javac]                                                                                                    ^

    [javac] C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\instancemanager\AntiFeedManager.java:85: cannot find symbol

    [javac] symbol  : method getInetAddress()

    [javac] location: class com.l2jserver.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient>

    [javac]          return !targetClient.getConnection().getInetAddress().equals(attackerClient.getConnection().getInetAddress());

    [javac]                                              ^

    [javac] Note: C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\GeoEngine.java uses or overrides a deprecated API.

    [javac] Note: Recompile with -Xlint:deprecation for details.

    [javac] 2 errors

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...