Skip to content

Commit

Permalink
fix mod export
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Oct 20, 2023
1 parent 09c671a commit 86a1512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ModTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function modLib.formatMod(mod)
end

function modLib.formatSourceMod(mod)
return s_format("%s|%s|%s", mod.value, mod.source, modLib.formatModParams(mod))
return s_format("%s|%s|%s", modLib.formatValue(mod.value), mod.source, modLib.formatModParams(mod))
end

function modLib.setSource(mod, source)
Expand Down

0 comments on commit 86a1512

Please sign in to comment.