From 34f4128874361b87a8918882dc31d9df042a59f8 Mon Sep 17 00:00:00 2001 From: Linventif Date: Sat, 23 Sep 2023 02:25:51 +0200 Subject: [PATCH] edit verif link --- lua/gmod_integration/shared/sh_main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/gmod_integration/shared/sh_main.lua b/lua/gmod_integration/shared/sh_main.lua index 37ba444..4d49bf4 100644 --- a/lua/gmod_integration/shared/sh_main.lua +++ b/lua/gmod_integration/shared/sh_main.lua @@ -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) \ No newline at end of file