We now have a working flags system. Yay.
This commit is contained in:
parent
82039e8053
commit
833d7b3b45
5 changed files with 109 additions and 13 deletions
|
|
@ -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),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue