disable minor version checks
This commit is contained in:
@@ -150,10 +150,10 @@ public class LoginServerMsgHandler implements NetMsgHandler {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cMinorVer.length() < 8 || cMinorVer.length() > 16) {
|
//if (cMinorVer.length() < 8 || cMinorVer.length() > 16) {
|
||||||
this.KickToLogin(MBServerStatics.LOGINERROR_INCORRECT_CLIENT_VERSION, "Minor Version Failure: ", cc);
|
// this.KickToLogin(MBServerStatics.LOGINERROR_INCORRECT_CLIENT_VERSION, "Minor Version Failure: ", cc);
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
|
|
||||||
// set MachineID for this connection
|
// set MachineID for this connection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user