Skip to content

Commit ee5e32e

Browse files
fix typo
1 parent e03daf6 commit ee5e32e

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
@@ -259,7 +259,7 @@ func _load_mod_zips():
259259
# https://github.com/godotengine/godot/issues/16798
260260
if OS.has_feature("editor") && !has_shown_editor_warning:
261261
mod_log(str(
262-
"WARNING: Loading any any resource packs (.zip/.pck) with `load_resource_pack` will WIPE the entire virtual res:// directory. ",
262+
"WARNING: Loading any resource packs (.zip/.pck) with `load_resource_pack` will WIPE the entire virtual res:// directory. ",
263263
"If you have any unpacked mods in ", UNPACKED_DIR, ", they will not be loaded. ",
264264
"Please unpack your mod ZIPs instead, and add them to ", UNPACKED_DIR), LOG_NAME)
265265
has_shown_editor_warning = true

0 commit comments

Comments
 (0)