Skip to content

Commit 27d745c

Browse files
committed
Set plugin version in GSEOptions
1 parent 04dd1d0 commit 27d745c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GSE/API/Plugins.lua

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function GSE.RegisterAddon(name, version, sequencenames)
4444
GSEOptions.AddInPacks[name].Version = version
4545
elseif GSEOptions.AddInPacks[name].Version ~= version then
4646
updateflag = true
47+
GSEOptions.AddInPacks[name].Version = version
4748
end
4849
GSE.AddInPacks[name].SequenceNames = sequencenames
4950
return updateflag

0 commit comments

Comments
 (0)