mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
remove: debug log
This commit is contained in:
parent
1aac9f7ad3
commit
b2c00e0be0
|
@ -46,11 +46,4 @@ function gmInte.openVerifPopup()
|
||||||
button:SetSize(buttonGrid:GetColWide() - 10, buttonGrid:GetRowHeight())
|
button:SetSize(buttonGrid:GetColWide() - 10, buttonGrid:GetRowHeight())
|
||||||
gmInte.applyPaint(button)
|
gmInte.applyPaint(button)
|
||||||
buttonGrid:AddItem(button)
|
buttonGrid:AddItem(button)
|
||||||
end
|
end
|
||||||
|
|
||||||
gmInte.http.get("/users?steamID64=" .. LocalPlayer():SteamID64(), function(code, body)
|
|
||||||
print("User verification status: " .. code)
|
|
||||||
end,
|
|
||||||
function(code, body)
|
|
||||||
LocalPlayer():ChatPrint("Failed to refresh verification: " .. code)
|
|
||||||
end)
|
|
Loading…
Reference in New Issue
Block a user