We now have a working flags system. Yay.

This commit is contained in:
Greg Taylor 2006-12-17 06:46:44 +00:00
parent 82039e8053
commit 833d7b3b45
5 changed files with 109 additions and 13 deletions

View file

@ -60,6 +60,7 @@ class Server(dispatcher):
"""
object_list = Object.objects.all()
for object in object_list:
object.load_flags()
dbnum = object.id
self.object_list[dbnum] = object
print ' Objects Loaded: %d' % (len(self.object_list),)