edit verif link

This commit is contained in:
Linventif 2023-09-23 02:25:51 +02:00
parent 64cab37168
commit 34f4128874

View File

@ -6,7 +6,6 @@ function gmInte.log(msg, debug)
end
// Chat Command
local trigger = {
"link",
"gmint",
@ -18,7 +17,7 @@ hook.Add("OnPlayerChat", "gm_inte:con-chat", function(ply, strText, bTeam, bDead
strText = string.sub(string.lower(strText ), 2)
if (table.HasValue(trigger, strText)) then
gui.OpenURL("https://gmod-integration.com")
gui.OpenURL("https://vetif.gmod-integration.com")
return true
end
end)