Only enable chat logging in legacy

This commit is contained in:
Timo Smit 2019-01-03 12:51:31 +01:00
parent 47f9baf277
commit 0212af1a6b

View file

@ -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