update playerlist after handshake
This commit is contained in:
parent
1aa946aba4
commit
f1c14c3215
@ -4392,8 +4392,8 @@ class GUI(QtGui.QWidget):
|
||||
self.boxEvidence.setCurrentIndex(self.selectedEvidence)
|
||||
|
||||
def updatePlayerList(self, pid, op, utype, data=""):
|
||||
if not self.playerList:
|
||||
return
|
||||
# if not self.playerList:
|
||||
# return
|
||||
|
||||
pid = str(pid)
|
||||
if op == 0: # Add or remove player
|
||||
|
||||
Loading…
Reference in New Issue
Block a user