from retail

This commit is contained in:
NoM0Re
2025-01-10 16:16:47 +01:00
parent b89c221c34
commit a747346a9d
15 changed files with 240 additions and 42 deletions
+1 -1
View File
@@ -2180,7 +2180,7 @@ local function createScanFunc(trigger)
if use_tooltip and trigger.tooltip_operator and trigger.tooltip then
if trigger.tooltip_operator == "==" then
local ret2 = [[
if not matchData.tooltip or not matchData.tooltip == %s then
if not matchData.tooltip or matchData.tooltip ~= %s then
return false
end
]]