Skip to content

Commit

Permalink
Added compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Smit committed Feb 16, 2018
1 parent 27986cb commit 84f0080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luamods/wolfadmin/util/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function settings.set(name, value)
end

function settings.load()
-- compatibility for 1.1.* and lower
for setting, default in pairs(data) do
local cvar = et.trap_Cvar_Get(setting)

Expand Down

0 comments on commit 84f0080

Please sign in to comment.