mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
Inverted a check
This commit is contained in:
parent
3c4b025b03
commit
be80fcc84d
@ -222,7 +222,7 @@ if CLIENT then
|
||||
|
||||
local was_pressed = false
|
||||
hook.Add("Think", TAG, function()
|
||||
if not input.LookupBinding("+ec_indicate", true) then return end
|
||||
if input.LookupBinding("+ec_indicate", true) then return end
|
||||
if not EC_INDICATIONS:GetBool() then return end
|
||||
|
||||
if (input.IsKeyDown(KEY_LSHIFT) or input.IsKeyDown(KEY_RSHIFT)) and input.IsMouseDown(MOUSE_MIDDLE) then
|
||||
|
Loading…
Reference in New Issue
Block a user