- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
Stewie
Problem was with this line
So as nevermore told me i changed to this...
And now error is
Any idias?
@Override protected void onForcedDisconnection() { if (getActiveChar() != null && getActiveChar().isFarmBot()) { Util.handleIllegalPlayerAction(this.getActiveChar(), "Player: " + this.getActiveChar().getName() + " might use third party program to exploit antibot farm system.", Config.DEFAULT_PUNISH); } LogRecord record = new LogRecord(Level.WARNING, "Disconnected abnormally"); record.setParameters(new Object[] { L2GameClient.this }); _logAccounting.log(record); }Here is all part of code
2 answers to this question
Recommended Posts