mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
fix: ply -> player
This commit is contained in:
parent
048f70b6b3
commit
8078456b2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user