fix state

master
wangyuan 2019-08-16 14:14:35 +08:00
parent a37ded8a97
commit 4198a3f001
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class GetServerListController extends HttpServlet {
if (System.currentTimeMillis() < time) {
continue;
}
int state = (int) serverInfo.get("state");
int state = 2;
if (state == 0 ){
continue;
}