Godot4. Автоматически убраны лишние пробелы.

This commit is contained in:
MaD_CaT
2025-12-15 14:00:24 +03:00
parent f2034a0edd
commit bbd3f9aa7f
5 changed files with 5 additions and 8 deletions

View File

@@ -654,7 +654,7 @@ func get_krp(threat: threats.Threat):
if not ecm_params.has('files'): continue
if typeof(ecm_params['files']) == TYPE_DICTIONARY:
for value in ecm_params['files'].values():
if typeof(value) == TYPE_STRING:
if typeof(value) == TYPE_STRING:
if value == threat.rparams['filename']:
krp = key
return krp