mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
add: steamID64 in ban
This commit is contained in:
parent
000340cd04
commit
9e2566731e
|
@ -15,6 +15,7 @@ end
|
|||
//
|
||||
|
||||
function gmInte.playerBan(data)
|
||||
data.steamID64 = util.SteamIDTo64(data.networkid)
|
||||
gmInte.http.post("/players/" .. util.SteamIDTo64(data.networkid) .. "/ban", data)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user