서버 리셋 권한자는 서버 시작, 또는 천통시 닫을 수 있음

This commit is contained in:
2019-05-04 16:38:44 +09:00
parent 584b7b8e45
commit 8f9ae78b8c
2 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ function drawServerAdminList(serverList){
if(!server.installed){
return true;
}
$tr.find('.serv_act_reset').prop('disabled', false);
$tr.find('.serv_act_reset, .serv_act_close').prop('disabled', false);
}
});
});