Fix last violation

This commit is contained in:
Brandon Sturgeon 2022-04-09 21:15:47 -07:00
parent d12d206aba
commit c52185c700

View File

@ -54,7 +54,7 @@ function config.getType( key )
return type( config.values[key] )
end
local function commandSet( ply, cmd, args )
local function commandSet( ply, _, args )
if SERVER and ply:IsValid() then return end
local key = args[1]
local value = args[2]