We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6d1b2 commit 54e1d7fCopy full SHA for 54e1d7f
src/moomoo/GameState.ts
@@ -42,7 +42,7 @@ export default class GameState {
42
if (client) {
43
client.socket.send(
44
packetFactory.serializePacket(
45
- new Packet(PacketType.SET_CLAN_PLAYERS, data)
+ new Packet(PacketType.SET_CLAN_PLAYERS, [data])
46
)
47
);
48
console.log(data);
0 commit comments