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

remove donation button

This commit is contained in:
Ryan 2023-04-01 23:50:28 +02:00 committed by GitHub
parent 960bb6aceb
commit 8bf8978e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2936,7 +2936,7 @@ if CLIENT then
hook.Add("ECFactoryReset", TAG, function()
cookie.Delete("ECChromiumWarn")
cookie.Delete("ECShowDonateButton")
--cookie.Delete("ECShowDonateButton")
end)
safe_hook_run("ECInitialized")