Updated SubData (markdown)

ME1312 2018-05-29 11:35:36 -04:00
parent d39f658949
commit 03ecd79fd5

@ -12,7 +12,7 @@ This is the current edition of SubData. SubServers.Bungee opens a TCP port (defa
} }
} }
``` ```
`f` &mdash; Packet Forward Address (Server-side only, Optional): Connected address to forward packet to.<br> `f` &mdash; Packet Forward Address (Server-bound packets only, Optional): Connected address to forward packet to.<br>
`h` &mdash; Packet Handle: Used on the receiving end to determine what code to run.<br> `h` &mdash; Packet Handle: Used on the receiving end to determine what code to run.<br>
`v` &mdash; Packet Version: Used to determine if the incoming packet is compatible with the receiving code.<br> `v` &mdash; Packet Version: Used to determine if the incoming packet is compatible with the receiving code.<br>
`c` &mdash; Packet Contents (Optional): This is the data that will be passed to the receiving code.<br> `c` &mdash; Packet Contents (Optional): This is the data that will be passed to the receiving code.<br>