Исправление. Убран лишний пробел.

This commit is contained in:
MaD_CaT
2025-12-17 11:28:29 +03:00
parent cd72001881
commit 2ca8e591e7

View File

@@ -495,7 +495,6 @@ func interfer_create(_u, interfer_name, ecms, param, kni, id, dict, source_inter
func send_ecm(ecm, unit0) -> void:
var time_now = Time.get_ticks_msec()
print_debug(time_now)
if ecm.krp != INTERFER_OFF:
if not ecm.modulation:
call_deferred('emit_signal', 'interfer_update', ecm)
@@ -505,7 +504,6 @@ func send_ecm(ecm, unit0) -> void:
unit0.tx_stack.append(json_data)
func on_interfer_off_all(_unit0, ecms: Dictionary) -> void:
for ecm in ecms.values():
signaller.emit_signal('interfer_off', ecm)