diff State.lua @ 76:39be9328acd0

Turning bidding admin buttons into state responders Starting to integrate master looting along with the bids
author John@Yosemite-PC
date Tue, 10 Apr 2012 23:50:07 -0400
parents ed1c9fd4cc95
children 5b507f4125d4
line wrap: on
line diff
--- a/State.lua	Mon Apr 09 09:40:53 2012 -0400
+++ b/State.lua	Tue Apr 10 23:50:07 2012 -0400
@@ -46,6 +46,8 @@
 staterolls = {}
 stateactivelist = nil 
 
+-- todo: protect initiators to admin only
+
 local rollListeners = {}
 function RegisterListenerRolls(listener)
     table.insert(rollListeners,listener)