mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Only enable chat logging in legacy
This commit is contained in:
parent
47f9baf277
commit
0212af1a6b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function commandVoiceSay(clientId, command, ...)
|
|||
return true
|
||||
end
|
||||
|
||||
if settings.get("g_standalone") ~= 0 then
|
||||
if settings.get("fs_game") == "legacy" then
|
||||
logs.writeChat(clientId, types[command], ...)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue