mirror of
https://github.com/CFC-Servers/cfc_time.git
synced 2025-03-04 03:03:20 -05:00
Fix last violation
This commit is contained in:
parent
d12d206aba
commit
c52185c700
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user