1
0
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:
unknown 2021-05-05 17:11:27 +02:00
parent 3c4b025b03
commit be80fcc84d

View File

@ -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