Skip to content

Commit

Permalink
Fix a stray k that somehow got in there
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Nov 7, 2020
1 parent 08bceee commit 76fe141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ local function GetOptions()
get = function(info)
return db[info[#info]]
end,
k
set = function(info, value)
db[info[#info]] = value
Broker_BagFu:BAG_UPDATE_DELAYED()
Expand Down

0 comments on commit 76fe141

Please sign in to comment.