mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: chat relay
This commit is contained in:
parent
8b5280e736
commit
797aabd3cf
|
@ -11,8 +11,6 @@ end
|
||||||
//
|
//
|
||||||
|
|
||||||
function gmInte.playerSay(ply, text, teamOnly)
|
function gmInte.playerSay(ply, text, teamOnly)
|
||||||
if (!gmInte.config.syncChat) then return end
|
|
||||||
|
|
||||||
gmInte.http.post("/players/" .. ply:SteamID64() .. "/say",
|
gmInte.http.post("/players/" .. ply:SteamID64() .. "/say",
|
||||||
{
|
{
|
||||||
["player"] = gmInte.getPlayerFormat(ply),
|
["player"] = gmInte.getPlayerFormat(ply),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user