Skip to content

Commit b46623b

Browse files
add missing space in a mod_log
1 parent 67f6bd2 commit b46623b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/mod_loader.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func _load_mod_zips():
170170
# If there was an error loading the mod zip file
171171
if !is_mod_loaded_success:
172172
# Log the error and continue with the next file
173-
mod_log(str(mod_zip_file_name, "failed to load."), LOG_NAME)
173+
mod_log(str(mod_zip_file_name, " failed to load."), LOG_NAME)
174174
continue
175175

176176
# Mod successfully loaded!

0 commit comments

Comments
 (0)