Fixed offline traders reconnection issue.

This commit is contained in:
MobiusDev
2016-09-16 22:31:58 +00:00
parent 2d00efddc6
commit 1895320d54
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ public final class AntiFeedManager
*/
public final void onDisconnect(L2GameClient client)
{
if (client == null)
if ((client == null) || client.isDetached())
{
return;
}