Исправление. Добавление проверки индекса таблицы помех

This commit is contained in:
MaD_CaT
2025-12-09 15:51:00 +03:00
parent cb1637e21c
commit b44b0aafd1

View File

@@ -127,6 +127,7 @@ func on_interfer_new(ecm, table_index):
func on_interfer_off(ecm, table_index):
if not table_index.has(ecm.ispp): return
$table.remove_row(table_index[ecm.ispp])
rehash(table_index)
var sel_rows: Array