mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Send player ID in update waddle response
This commit is contained in:
parent
f3059cb1d1
commit
75c970c4ca
@ -288,7 +288,7 @@ class RoomWaddle(db.Model):
|
||||
seat_id = self.penguins.index(None)
|
||||
self.penguins[seat_id] = p
|
||||
await p.send_xt('jw', seat_id)
|
||||
await p.room.send_xt('uw', self.id, seat_id, p.safe_name)
|
||||
await p.room.send_xt('uw', self.id, seat_id, p.safe_name, p.id)
|
||||
|
||||
p.waddle = self
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user