Исправление. Убран лишний пробел.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user