Removed L2 prefix from LoginServer class name.
This commit is contained in:
@@ -79,7 +79,7 @@ public class LoginServerThread extends Thread
|
||||
protected static final Logger LOGGER = Logger.getLogger(LoginServerThread.class.getName());
|
||||
protected static final Logger ACCOUNTING_LOGGER = Logger.getLogger("accounting");
|
||||
|
||||
/** @see com.l2jmobius.loginserver.L2LoginServer#PROTOCOL_REV */
|
||||
/** @see com.l2jmobius.loginserver.LoginServer#PROTOCOL_REV */
|
||||
private static final int REVISION = 0x0106;
|
||||
private final String _hostname;
|
||||
private final int _port;
|
||||
|
Reference in New Issue
Block a user