Доработка. Добавлена возможность включать помеху по сектору.
This commit is contained in:
@@ -70,7 +70,7 @@ func on_interfer_selected(ecm):
|
||||
|
||||
|
||||
func on_ecm_update():
|
||||
for item in range(len(TABLE_PARAMS)):
|
||||
for item in len(TABLE_PARAMS):
|
||||
$table.set_node_text(1, item, '')
|
||||
$table.set_node_editable(1, item, false)
|
||||
if $table.has_meta('ecm') == false: return
|
||||
|
||||
Reference in New Issue
Block a user