go on
This commit is contained in:
@@ -8,10 +8,12 @@ class DisplayFactory:
|
||||
|
||||
def createDisplays(self):
|
||||
displays = [None] * config.MAX_PLAYERS
|
||||
|
||||
for display in self.displayNames:
|
||||
if "Player" in display['name']:
|
||||
id = int(display['name'].replace("Player_", "")) - 1
|
||||
displays[id] = PlayerDisplay(display['name'])
|
||||
|
||||
return displays
|
||||
|
||||
def createSpecialDisplay(self):
|
||||
|
||||
Reference in New Issue
Block a user