mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +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",
|
gmInte.http.post("/servers/:serverID/players/" .. ply:SteamID64() .. "/initial-spawn",
|
||||||
{
|
{
|
||||||
["ply"] = gmInte.getPlayerFormat(ply)
|
["player"] = gmInte.getPlayerFormat(ply)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user