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

fix a bug with SF

This commit is contained in:
Earu 2021-12-29 00:10:25 +01:00
parent 177311e118
commit fd781a21a1

View File

@ -13,6 +13,7 @@ local previous_ops_state = false
hook.Add("ECPreAddText", TAG, function()
if not is_starfall() then return end
previous_ops_state = _G.SF.runningOps
_G.SF.runningOps = false
end)
hook.Add("ECPostAddText", TAG, function()