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