未运营状态

master
duhui 2021-06-04 14:24:08 +08:00
parent 1f668fab68
commit 30201a5b71
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||state == 0)) {
if (whiteListCache != null && (state == 1||state == 0||state==-2)) {
state = 2;
} else {
if (state == 5) {