Mercurial > wow > breuesk
changeset 97:19fd02bff870
Cleanup
author | John@Doomsday |
---|---|
date | Fri, 27 Apr 2012 08:26:17 -0400 |
parents | 082ff877c443 |
children | 0cd1d46e7b66 |
files | Comm.lua Lists.lua |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Comm.lua Mon Apr 23 09:11:21 2012 -0400 +++ b/Comm.lua Fri Apr 27 08:26:17 2012 -0400 @@ -24,7 +24,7 @@ end local function SendMessage(str) - --commlib:SendCommMessage("BSKADDON",str,"GUILD") + --commlib:SendCommMessage("BSKADDON"..commversion,str,"GUILD") commlib:SendCommMessage("BSKADDON"..commversion,str,"RAID") end
--- a/Lists.lua Mon Apr 23 09:11:21 2012 -0400 +++ b/Lists.lua Fri Apr 27 08:26:17 2012 -0400 @@ -935,8 +935,8 @@ end while j<n and t[j] <= v.time do j = j+1 end -- advance the foreign pointer past our current entry end -- j>=n ? add because the remote hit end of road. lt? add because it's a missing stamp - print("Received request at timebase",remoteBase,"and returning:") - PrintTable(o) + --print("Received request at timebase",remoteBase,"and returning:") + --PrintTable(o) if getn(o) > 0 then Send("CU",o) -- todo: send privately to the requster end