fix: ply -> player

This commit is contained in:
Linventif 2024-06-29 04:02:25 +00:00
parent 048f70b6b3
commit 8078456b2a

View File

@ -60,7 +60,7 @@ function gmInte.playerInitialSpawn(ply)
gmInte.http.post("/servers/:serverID/players/" .. ply:SteamID64() .. "/initial-spawn",
{
["ply"] = gmInte.getPlayerFormat(ply)
["player"] = gmInte.getPlayerFormat(ply)
}
)
end