Исправление. Файл журнала не открывается в Windows, если проект открыт в редакторе
This commit is contained in:
@@ -211,6 +211,9 @@ func message(level: int, text: String) -> void:
|
|||||||
|
|
||||||
|
|
||||||
func _open_file() -> void:
|
func _open_file() -> void:
|
||||||
|
if Engine.is_editor_hint():
|
||||||
|
return
|
||||||
|
|
||||||
if is_instance_valid(_file) and _file.is_open():
|
if is_instance_valid(_file) and _file.is_open():
|
||||||
_file.close()
|
_file.close()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user