# HG changeset patch # User John@Doomsday # Date 1336050324 14400 # Node ID 21567b74fcc7d706abaf2bf54df5c15b635a2bed # Parent 25c127c4c1e8482a30959c4b92194b6c1587fc8e Notes and corrections diff -r 25c127c4c1e8 -r 21567b74fcc7 Comm.lua --- a/Comm.lua Thu May 03 09:04:51 2012 -0400 +++ b/Comm.lua Thu May 03 09:05:24 2012 -0400 @@ -125,7 +125,7 @@ IntegrateChangeDiff(packet) end, - ["RequestCatchup"] = function(self) + ["RequestCatchup"] = function(self,from) -- todo: integrate from if not admin then --local string = _g.tostring(timestamp) --for i,v in ipairs(db.profile.changes) do -- append all change timestamps @@ -159,7 +159,7 @@ end, ["SendAdminStatusTable"] = function(self) - if admin and onloadAdminStatus and _G.next(onloadAdminStatus) then + if admin then SendAdmin("SA",onloadAdminStatus) -- only send onload status, since that's the only data you're guaranteed to have safely safed end end,