Skip to content

Commit 4f5a94b

Browse files
committed
Minor bugfixes and change from using settings to track branch to beta value.
1 parent b42f570 commit 4f5a94b

File tree

1 file changed

+1
-1
lines changed
  • xivModdingFramework/Models/FileTypes

1 file changed

+1
-1
lines changed

xivModdingFramework/Models/FileTypes/Mdl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ await Task.Run(async () =>
21602160
if (!rawDataOnly)
21612161
{
21622162
loggingFunction(false, "Writing MDL File to FFXIV File System...");
2163-
await dat.WriteModFile(bytes, filePath, source);
2163+
await dat.WriteModFile(bytes, filePath, source, item);
21642164
}
21652165

21662166
loggingFunction(false, "Job done!");

0 commit comments

Comments
 (0)