We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0d9d6 commit 8ee4745Copy full SHA for 8ee4745
lua/pac3/core/client/parts/event.lua
@@ -138,7 +138,7 @@ function PART:fix_event_operator()
138
end
139
140
elseif event_type == "string" then
141
- if self.Operator ~= "find" and self.Operator ~= "find simple" and self.Operator ~= "equal" then
+ if self.Operator ~= "find" and self.Operator ~= "find simple" and self.Operator ~= "equal" and self.Operator ~= "not equal" then
142
self.Operator = PART.Events[self.Event].preferred_operator --find simple
143
self:SetInfo("The operator was automatically changed to work with this event type, which handles strings (text)")
144
0 commit comments