Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Sep 28, 2024
1 parent 991d315 commit 5d45e5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ls_Toasts/core/modernize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,14 @@ function P:Modernize(data, name, key)
data.point = nil
data.version = 8010005
end

-- ->110002.03
if data.version < 11000203 then
if data.types and data.types.achievement then
data.types.achievement.filter_guild = nil
end

data.version = 11000203
end
end
end

0 comments on commit 5d45e5e

Please sign in to comment.