refactor: don't overwrite default libraries and expose join_path()
and path_separator()
types
This commit is contained in:
@@ -482,7 +482,7 @@ function load_file_index_in_current_directory(index)
|
||||
if index < 0 then index = #files + index + 1 end
|
||||
|
||||
if files[index] then
|
||||
mp.commandv('loadfile', utils.join_path(serialized.dirname, files[index]))
|
||||
mp.commandv('loadfile', join_path(serialized.dirname, files[index]))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user