Sync LoginServer changes from L2jUnity.

This commit is contained in:
MobiusDev
2016-06-04 18:02:32 +00:00
parent 2d6440aafd
commit e003e87887
18 changed files with 278 additions and 92 deletions

View File

@@ -97,8 +97,6 @@ public final class L2LoginClient extends MMOClient<MMOConnection<L2LoginClient>>
if (!isChecksumValid)
{
// _log.warning("Wrong checksum from client: " + toString());
// super.getConnection().close((SendablePacket<L2LoginClient>) null);
// return false;
}
return true;
}