Merge remote-tracking branch 'sasha/master'

This commit is contained in:
MaD_CaT
2024-10-28 11:53:23 +03:00

View File

@@ -211,6 +211,9 @@ func message(level: int, text: String) -> void:
func _open_file() -> void:
if Engine.is_editor_hint():
return
if is_instance_valid(_file) and _file.is_open():
_file.close()