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:
parent
243b474c5f
commit
efe536db9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user