Commit 5b179691 authored by xiaoye's avatar xiaoye

Update VgFuncLib.lua

parent 5c796d35
...@@ -987,7 +987,7 @@ function VgF.Sendto(loc,sg,...) ...@@ -987,7 +987,7 @@ function VgF.Sendto(loc,sg,...)
chk=list[5] chk=list[5]
end end
return VgF.Call(g,sumtype,tp,zone,pos,chk) return VgF.Call(g,sumtype,tp,zone,pos,chk)
elseif loc|0xf800>0 then elseif bit.band(loc,0xf800)>0 then
AddOverlayGroup(g) AddOverlayGroup(g)
local list={...} local list={...}
local tp=list[1] 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