Skip to content

Commit

Permalink
Fix advancedFlyable data upgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Mar 22, 2023
1 parent a2bbdbc commit 7743b2c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Clicked/Core/Upgrader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -741,12 +741,8 @@ local function Upgrade(profile, from)
if from < 3 then
for _, binding in ipairs(profile.bindings) do
binding.load.advancedFlyable = {
selected = 0,
negated = false,
single = true,
multiple = {
true
}
selected = false,
value = true
}
end
end
Expand Down

0 comments on commit 7743b2c

Please sign in to comment.