Compare commits

..

No commits in common. "48fcbd7574ccd9431b13fba900e6f23546c9b985" and "0b802b3e95ff9cb218ec07c762b9a83dda59c744" have entirely different histories.

View File

@ -132,7 +132,7 @@ class charselect(QtGui.QWidget):
self.buttons[ind].setPixmap(QtGui.QPixmap(filename))
def onCharClicked(self, ind):
if self.parent.charname.lower() == self.charlist[ind+self.page*self.max_chars_on_page][0].lower():
if self.parent.charname.lower() == self.charlist[ind][0].lower():
self.hide()
return
self.parent.tcp.send("CC#0#"+str(ind+(self.page*self.max_chars_on_page))+"#ur mom gay#%")