Чистка
This commit is contained in:
@@ -258,7 +258,6 @@ class TestPRD extends Node:
|
||||
|
||||
|
||||
func _on_ems_6666_timer() -> void:
|
||||
print_debug('Write 6666')
|
||||
module_prd.cmd_array.append([unit_prd.CmdCode.WRITE_ISA, [constants.BASE_ADDR_EMS_G, 6666]])
|
||||
|
||||
|
||||
@@ -635,7 +634,6 @@ class TestPRD extends Node:
|
||||
for i_pow_arr in ray_dic.values():
|
||||
for i_pow in i_pow_arr.size():
|
||||
if i_pow_arr[i_pow] < cnst.POWER_THRESHOLD:
|
||||
#print_debug('dou_%s: false' % litera)
|
||||
all_dou_ok = false
|
||||
|
||||
control_dic[dou] = all_dou_ok
|
||||
|
||||
Reference in New Issue
Block a user