mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-22 20:31:46 +00:00
Fixed console id in command logging
This commit is contained in:
parent
d33beade2b
commit
2275d4830f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ function commands.onservercommand(cmdText)
|
||||||
admincmds[shrubCmd]["function"](-1337, cmdArguments)
|
admincmds[shrubCmd]["function"](-1337, cmdArguments)
|
||||||
|
|
||||||
if not admincmds[shrubCmd]["hidden"] then
|
if not admincmds[shrubCmd]["hidden"] then
|
||||||
commands.log(-1, shrubCmd, cmdArguments)
|
commands.log(-1337, shrubCmd, cmdArguments)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue