Fixed userlist not refreshing properly in isolation mode.

This commit is contained in:
Uriziel 2013-06-13 20:37:22 +02:00
parent b80ed7d8b0
commit 9b21302372

View File

@ -304,13 +304,13 @@ class SyncplayClient(object):
def setRoom(self, roomName):
self.userlist.currentUser.room = roomName
self.getUserList()
def sendRoom(self):
room = self.userlist.currentUser.room
if(self._protocol and self._protocol.logged and room):
self._protocol.sendRoomSetting(room)
self.getUserList()
def getRoom(self):
return self.userlist.currentUser.room