diff Lists.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 9e5b0a2368ad
children 5ade79caeece
line wrap: on
line diff
--- a/Lists.lua	Mon Apr 09 09:40:53 2012 -0400
+++ b/Lists.lua	Tue Apr 10 23:50:07 2012 -0400
@@ -813,7 +813,7 @@
     print("Removing " .. person)
     PersonList:Remove(person)
 end
-function ReservePerson(person)
+function ReservePerson(person) -- todo: move reserve state to ... State.lua
     print("Reserving " .. person)
     if PersonList:AddReserve(person) then -- todo: would be better if this were an ID ...
         Comm:AddReserve(person)