Skip to content

Commit

Permalink
- crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Mar 22, 2024
1 parent b9050e2 commit 1d1f535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Expand Up @@ -76,6 +76,7 @@ local function LoadSettings()
return newtbl
end

settings.History = settings.History or {}
settings.History = getKeysSortedByValue(settings.History, function(a, b) return a < b end)
end

Expand Down

0 comments on commit 1d1f535

Please sign in to comment.