Removed L2 prefix from LoginServer class name.

This commit is contained in:
MobiusDev
2018-04-26 22:42:05 +00:00
parent fee32f388d
commit dad8a4b8c9
53 changed files with 746 additions and 746 deletions

View File

@@ -80,7 +80,7 @@ public class LoginServerThread extends Thread
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;