mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:27:34 +00:00
fix: endpoints
This commit is contained in:
parent
e7210a5424
commit
7a739564f1
|
@ -15,7 +15,7 @@ end
|
|||
//
|
||||
|
||||
function gmInte.playerBan(data)
|
||||
gmInte.http.post("/players/" .. util.SteamIDTo64(data.networkid) .. "/bans", data)
|
||||
gmInte.http.post("/players/" .. util.SteamIDTo64(data.networkid) .. "/ban", data)
|
||||
end
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user