Fixed something

2025-12-08 15:30:26 +01:00
parent 1d92eeb2c2
commit cc5832e7a4

@@ -24,7 +24,7 @@ Once you're connected to the WebSocket server it is very important you immediate
## Message Encoding/Decoding
Messages are encoded as stringified JSON. Each message **always** includes a `packet` attributes. This attributes specifies the packet type, see the types below. This format applies to both directions of communication.
Messages are encoded as stringified JSON and **always** includes a `packet` attributes. This attributes specifies the packet type, see the types below. This format applies to both directions of communication.
## Message type `NORMAL`