Skip to content

Commit 8616e1f

Browse files
committed
actually assign the dir name
1 parent 6b931f9 commit 8616e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/mod_loader/mod_loader.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ func _init_mod_data(mod_folder_path):
325325
var local_mod_path = str(UNPACKED_DIR, dir_name)
326326

327327
var mod := ModData.new(local_mod_path)
328+
mod.dir_name = dir_name
328329
mod_data[dir_name] = mod
329330

330331
# Get the mod file paths

0 commit comments

Comments
 (0)