Commit 5b179691 authored by xiaoye's avatar xiaoye

Update VgFuncLib.lua

parent 5c796d35
......@@ -987,7 +987,7 @@ function VgF.Sendto(loc,sg,...)
chk=list[5]
end
return VgF.Call(g,sumtype,tp,zone,pos,chk)
elseif loc|0xf800>0 then
elseif bit.band(loc,0xf800)>0 then
AddOverlayGroup(g)
local list={...}
local tp=list[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment