Skip to content

Commit

Permalink
fix lobby error
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdpeople committed Mar 13, 2012
1 parent 2dd00ad commit b54c4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lobby.py
Expand Up @@ -348,7 +348,7 @@ def keyPressed(self, key, unicode):
self.done = False
self.creator.loadPlayer(i)
self.engine.view.pushLayer(self.creator)
elif self.selected > 1:
elif self.selected[i] > 1:
self.playerList[i] = (i, self.options[self.selected[i]])
self.blockedPlayers.append(i)
self.blockedItems.append(self.selected[i])
Expand Down

0 comments on commit b54c4d9

Please sign in to comment.