@@ -119,7 +119,7 @@ public class GetServerListController extends HttpServlet {
if (state == -1) {
continue;
}
- if (System.currentTimeMillis() < time && whiteList.size() == 0) {
+ if (System.currentTimeMillis()/1000 < time && whiteList.size() == 0) {
if (state == 2 && maxNum < num) {