diff ObjectiveTracker/Events.lua @ 40:03ed70f846de

- move block accessors into a new file - define a tMove function for reconciling the free/used tables as needed - when retrieving an old block frame, confirm ID still matches; resolves multiple watch items on one block - stop any animations when a block is freed; resolves stuck flare graphics
author Nenue
date Sun, 24 Apr 2016 14:15:25 -0400
parents 92534dc793f2
children
line wrap: on
line diff
--- a/ObjectiveTracker/Events.lua	Thu Apr 21 16:43:37 2016 -0400
+++ b/ObjectiveTracker/Events.lua	Sun Apr 24 14:15:25 2016 -0400
@@ -70,7 +70,7 @@
 local tprint = B.print('Tracker')
 T.SelectQuestLogEntry = function(logIndex)
   if previousSelection and previousSelection ~= logIndex then
-    tprint('swapping selection from', previousSelection, 'to', logIndex)
+    print('swapping selection from', previousSelection, 'to', logIndex)
   end
   previousSelection = logIndex
 end
\ No newline at end of file