1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

the update notification has been very unreliable lately, disabled until further notice

This commit is contained in:
Ryan 2024-11-11 16:24:09 +01:00
parent 243b474c5f
commit efe536db9c

View File

@ -403,10 +403,10 @@ if SERVER then
end)
-- we can't do that in Initialize because the http lib is sometimes not available
hook.Add("Think", TAG, function()
--[[hook.Add("Think", TAG, function()
check_version()
hook.Remove("Think", TAG)
end)
end)]]
hook.Add("ECOpened", TAG, function(ply)
if not ply:IsAdmin() then return end