diff core.lua @ 33:3976960cda3d v1.07

Fixed Chat Spew on startup. Thanks randomgrace of curse.com!
author Aaron Bregger
date Tue, 14 Sep 2010 11:12:28 -0500
parents 0ea3ff6465de
children 1e73cfb6f363
line wrap: on
line diff
--- a/core.lua	Mon Sep 13 14:25:26 2010 -0500
+++ b/core.lua	Tue Sep 14 11:12:28 2010 -0500
@@ -297,7 +297,7 @@
     local coords = GatherMate:getID(x / 100, y / 100)
 	local zoneID = GatherMate.zoneData[note.map][3]
     local nodeID = GatherMate.nodeIDs["RecipeProfit"][get_note_title(note, factionTag)]
-    print(coords, zoneID, nodeID)
+    
     GatherMate:InjectNode(zoneID, coords, "RecipeProfit", nodeID);
 end