Merge remote-tracking branch 'sasha/master'
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user