parent
46dcec43c9
commit
845885edbd
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class SubscriptionManager:
|
||||||
def notifyServer(self, players):
|
def notifyServer(self, players):
|
||||||
for typus, p in players.iteritems():
|
for typus, p in players.iteritems():
|
||||||
info = self.playerprops[p.get('playerid')]
|
info = self.playerprops[p.get('playerid')]
|
||||||
# self._sendNotification(info)
|
self._sendNotification(info)
|
||||||
self.lastinfo[typus] = info
|
self.lastinfo[typus] = info
|
||||||
# Cross the one of the list
|
# Cross the one of the list
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue