fix: ply verif

This commit is contained in:
Linventif 2024-02-27 02:32:37 +01:00
parent 513920baa0
commit e7210a5424
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -13,7 +13,7 @@ end
//
function gmInte.playerChangeName(ply, oldName, newName)
if (!gmInte.plyValid(ply)) then return end
if (!ply:IsValid() || !ply:IsPlayer(ply)) then return end
gmInte.http.post("/players/" .. ply:SteamID64() .. "/name",
{