From 2f0bb0c4646bbae42b4a41d19f0d2486a8e25165 Mon Sep 17 00:00:00 2001 From: Mahan Khalili Date: Fri, 20 Sep 2024 12:07:05 +0330 Subject: [PATCH] Remove old breaks --- addons/SLib/SLib.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/SLib/SLib.gd b/addons/SLib/SLib.gd index f964747..0dcff98 100644 --- a/addons/SLib/SLib.gd +++ b/addons/SLib/SLib.gd @@ -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)