登录服白名单

zhangshanxue 2020-08-17 01:45:38 +08:00
parent 334e782602
commit 21f1efbb5e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class GetServerListController extends HttpServlet {
//state
String server_id=serverInfo.get("server_id").toString();
int num = getOnlineNum(server_id);
if (whiteListCache != null && state == 1) {
if (whiteListCache != null && (state == 1||state == 0)) {
state = 2;
} else {
if (state == 5) {