We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8902a7 commit 7b8a7beCopy full SHA for 7b8a7be
1 file changed
pre-release/c101304069.lua
@@ -66,6 +66,6 @@ function s.fextra(tc,sc)
66
end
67
function s.fcheck(tc,sc)
68
return function(tp,sg,fc)
69
- return sg:IsContains(tc) and sg:IsContains(sc)
+ return #sg==2 and sg:IsContains(tc) and sg:IsContains(sc)
70
71
-end
+end
0 commit comments