Skip to content
Snippets Groups Projects
Commit f75bc6ed authored by deuce's avatar deuce
Browse files

Skip doors defined in ucfg but not in xtrn_area.prog[door] (Deleted doors)

amymore.
parent de199ba8
No related branches found
No related tags found
No related merge requests found
......@@ -1053,6 +1053,8 @@ function doScan()
* newer
*/
for(door in ucfg.door) {
if(xtrn_area.prog[door]==undefined)
continue;
if(dcfg.skipSection[xtrn_area.prog[door].sec_code]!=undefined && dcfg.skipSection[xtrn_area.prog[door].sec_code])
continue;
if(dcfg.door[door].skip != undefined && dcfg.door[door].skip)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment