We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cf225 commit 2d2e951Copy full SHA for 2d2e951
loader/mod_loader.gd
@@ -303,7 +303,7 @@ func _init_mod_data(mod_folder_path):
303
if DEBUG_ENABLE_STORING_FILEPATHS:
304
# Get the mod file paths
305
# Note: This was needed in the original version of this script, but it's
306
- # needed anymore. It can be useful when debugging, but it's also an expensive
+ # not needed anymore. It can be useful when debugging, but it's also an expensive
307
# operation if a mod has a large number of files (eg. Brotato's Invasion mod,
308
# which has ~1,000 files). That's why it's disabled by default
309
mod_data[mod_id].file_paths = get_flat_view_dict(local_mod_path)
0 commit comments