fix: 가오픈 정보 안나오는 버그 수정
This commit is contained in:
@@ -242,6 +242,14 @@ async function Entrance_drawServerList(serverInfos: ServerResponseItem[]) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if(response.reserved){
|
||||
$serverHtml.find('.server_down').detach();
|
||||
$serverHtml.append(
|
||||
TemplateEngine(serverReservedTemplate, response.reserved)
|
||||
);
|
||||
initTooltip($serverHtml);
|
||||
}
|
||||
|
||||
if(!response.game){
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user