applied same fix to embedded version

This commit is contained in:
Izaya 2017-06-12 23:54:21 +00:00
parent a89ff3f6cd
commit d122d67c51
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function ircb(h,p,n) -- host, port
if t and f and p and ms then
t,f,p,ms = ub64(t),n..":"..ub64(f),ub64(p),ub64(ms)
for k,v in ipairs(tM) do
v.broadcast(nP,t,f,p,ms)
v.broadcast(nVL,nP,t,f,p,ms)
end
end
else