mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-10 09:22:49 +00:00
Several performance improvements, monster template and xml updates and
fixed bug while logging-in Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -81,7 +81,6 @@ public class CM_ENTER_WORLD extends AbstractClientPacket {
|
||||
try {
|
||||
characterService.enterWorld(id.getObject());
|
||||
} catch (SpawnPointNotFoundServiceException e) {
|
||||
|
||||
} catch (AlreadySpawnedServiceException e) {
|
||||
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ public class CM_PROTOCOL_VERSION extends AbstractClientPacket {
|
||||
log.debug("Client protocol version: {}", version);
|
||||
conn.setVersion(version);
|
||||
if (L2JConstant.SUPPORTED_PROTOCOL != version) {
|
||||
log.info("Incorrect protocol version: {}. Only {} is supported.",
|
||||
log.warn("Incorrect protocol version: {}. Only {} is supported.",
|
||||
version, L2JConstant.SUPPORTED_PROTOCOL);
|
||||
// notify wrong protocol and close connection
|
||||
conn.write(new SM_KEY(inKey, false)).addListener(
|
||||
|
||||
Reference in New Issue
Block a user