File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -196,18 +196,18 @@ func _load_mod_zips():
196
196
197
197
198
198
func _init_mod_data (mod_folder_path ):
199
- # The file name should be a valid mod id
200
- var mod_id = _get_file_name (mod_folder_path , false , true )
201
-
202
- mod_data [mod_id ] = {}
203
- mod_data [mod_id ].file_paths = []
204
- mod_data [mod_id ].required_files_path = {}
205
- mod_data [mod_id ].is_loadable = true
206
- mod_data [mod_id ].importance = 0
207
-
208
- # Get the mod file paths
209
- var local_mod_path = str ("res://" , mod_id )
210
- mod_data [mod_id ].file_paths = get_flat_view_dict (local_mod_path )
199
+ # The file name should be a valid mod id
200
+ var mod_id = _get_file_name (mod_folder_path , false , true )
201
+
202
+ mod_data [mod_id ] = {}
203
+ mod_data [mod_id ].file_paths = []
204
+ mod_data [mod_id ].required_files_path = {}
205
+ mod_data [mod_id ].is_loadable = true
206
+ mod_data [mod_id ].importance = 0
207
+
208
+ # Get the mod file paths
209
+ var local_mod_path = str ("res://" , mod_id )
210
+ mod_data [mod_id ].file_paths = get_flat_view_dict (local_mod_path )
211
211
212
212
213
213
# Make sure the required mod files are there
You can’t perform that action at this time.
0 commit comments