diff Core.lua @ 135:a529a4a4ccbe

I removed the persistent queue (Ticket 33) It caused to many bugs and was blocking me from getting other things done. I think its something that will get implemented again once I figure out the best way to do it.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 02 Oct 2010 11:38:22 -0700
parents 5eefa40e2a29 7f81764aa03a
children d3d5e82043d8
line wrap: on
line diff
--- a/Core.lua	Wed Sep 15 21:34:57 2010 -0700
+++ b/Core.lua	Sat Oct 02 11:38:22 2010 -0700
@@ -68,7 +68,6 @@
 		items = {},
 		outbound_cod = {},
 		mailbox = {},
-		queue = {},
 		enabled_guilds = {},
 	},
 }