Fixed possible HC issue with sector spawn

This commit is contained in:
Christian 2017-10-14 21:34:34 +02:00
parent 6f58b99440
commit 5958a099c4
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
active_sectors = [];
publicVariable "active_sectors";
waitUntil {!isNil "blufor_sectors"};
waitUntil {!isNil "sectors_allSectors"};