Skip to content

Commit

Permalink
Remove old breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mkh-user committed Sep 20, 2024
1 parent c766dd7 commit 2f0bb0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/SLib/SLib.gd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func load_file(location: String):
## [br][br]
## NOTE:
## If the file doesn't exist, it will send an error to the console like this: [code]SLib.gd:x @ SendError(): SLib File Backup: Can't load from -->file_location<--, file not exists![/code]
## [br][br]
func backup_file(location: String, suffix: String = defaults["BackupSuffix"]) -> void:
if FileAccess.file_exists(location):
var file = FileAccess.open(location,FileAccess.READ)
Expand Down

0 comments on commit 2f0bb0c

Please sign in to comment.