Fixed console id in command logging

This commit is contained in:
Timo Smit 2016-11-30 14:20:04 +01:00
parent d33beade2b
commit 2275d4830f

View file

@ -186,7 +186,7 @@ function commands.onservercommand(cmdText)
admincmds[shrubCmd]["function"](-1337, cmdArguments)
if not admincmds[shrubCmd]["hidden"] then
commands.log(-1, shrubCmd, cmdArguments)
commands.log(-1337, shrubCmd, cmdArguments)
end
end
end