change args name

This commit is contained in:
Linventif 2023-09-23 02:32:37 +02:00
parent e7c5ecff47
commit e84cee8aca

View File

@ -57,8 +57,8 @@ function gmInte.playerSay(ply, text, team)
gmInte.post("/server/user/say", gmInte.post("/server/user/say",
{ {
["steam"] = ply:SteamID64(), ["steamID64"] = ply:SteamID64(),
["text"] = text ["message"] = text
} }
) )
end end