ssssssdasdasdasdasd
This commit is contained in:
parent
7fe48d6993
commit
9c175269b1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Player(Block):
|
|||
self.lsd_time = time.time()
|
||||
|
||||
async def sendPacket(self, packet_id, packet_data):
|
||||
await self.sendPacket(packet_id, packet_data)
|
||||
await writePacket(self.websocket, packet_id, packet_data)
|
||||
|
||||
async def onPacket(self, packet_id, packet_data):
|
||||
if packet_id == "V":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue