Merge remote-tracking branch 'MaD_CaT/master'
This commit is contained in:
@@ -425,14 +425,10 @@ func sel_fs_sector(event):
|
||||
|
||||
|
||||
func set_fs_color(ecm):
|
||||
var fs_index_arr: Array = []
|
||||
prd.get_fs_index(ecm, fs_index_arr)
|
||||
if ecm.krp != interfer.INTERFER_OFF:
|
||||
for item in fs_index_arr:
|
||||
fs_active[item] = null
|
||||
fs_active[prd.fs_caps_id[ecm.nmfs]] = null
|
||||
else:
|
||||
for item in fs_index_arr:
|
||||
fs_active.erase(item)
|
||||
fs_active.erase(prd.fs_caps_id[ecm.nmfs])
|
||||
update_fs_colors()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user