Skip to content

Commit 54e1d7f

Browse files
author
Picoseconds
committed
fix: fix clan player list
1 parent 5f6d1b2 commit 54e1d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moomoo/GameState.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class GameState {
4242
if (client) {
4343
client.socket.send(
4444
packetFactory.serializePacket(
45-
new Packet(PacketType.SET_CLAN_PLAYERS, data)
45+
new Packet(PacketType.SET_CLAN_PLAYERS, [data])
4646
)
4747
);
4848
console.log(data);

0 commit comments

Comments
 (0)