fix: chat relay

This commit is contained in:
Linventif 2024-03-29 14:22:51 +01:00
parent 8b5280e736
commit 797aabd3cf
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -11,8 +11,6 @@ end
//
function gmInte.playerSay(ply, text, teamOnly)
if (!gmInte.config.syncChat) then return end
gmInte.http.post("/players/" .. ply:SteamID64() .. "/say",
{
["player"] = gmInte.getPlayerFormat(ply),