mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-02-19 18:30:56 +00:00
Added compatibility note
This commit is contained in:
parent
27986cbf7a
commit
84f008080d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue