This commit is contained in:
alteredCoder 2022-01-26 18:27:29 +01:00
parent 462d649a30
commit ad326a4966

View file

@ -77,6 +77,7 @@ function config.loadConfig(file)
conf[v] = exclude_location
break
end
local n = next(s, k)
conf[v] = s[n]
break