Skip to content

Commit

Permalink
Fix blacklist being nil on new profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Sep 22, 2020
1 parent 642c180 commit 17ea82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function Clicked:GetDatabaseDefaults()
profile = {
version = nil,
bindings = {},
blacklist = {},
minimap = {
hide = false
}
Expand Down

0 comments on commit 17ea82c

Please sign in to comment.