Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addons/libs/dialog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ function dialog.open_dat_by_zone_id(zone_id, language)
end

local dat_path = windower.ffxi_path
if not dat_path:endswith('\\') then
dat_path = dat_path..'\\'
if sub(dat_path, -1, -1) ~= '\\' then
dat_path = dat_path .. '\\'
end
local path
local vtable = dat_path .. 'VTABLE.DAT'
Expand Down