修复:BBS无法呼出

pull/1948/MERGE
ChenX 2 years ago
parent 8ac9d2b30c
commit cde09ddbeb

@ -124,7 +124,7 @@ class LookOverBoardInfosTool
{
for (let ids of idList)
{
let holes = ids.map(id => id.Object) as Hole[];
let holes = ids.map(id => id.Object).filter(h => h) as Hole[];
if (!holes[0] || !HoleInBoard(holes, b))
continue;

Loading…
Cancel
Save