From 03ecd79fd50d9cf96884851c791d393038428985 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Tue, 29 May 2018 11:35:36 -0400 Subject: [PATCH] Updated SubData (markdown) --- SubData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubData.md b/SubData.md index 94d9ea3..7cc0420 100644 --- a/SubData.md +++ b/SubData.md @@ -12,7 +12,7 @@ This is the current edition of SubData. SubServers.Bungee opens a TCP port (defa } } ``` -`f` — Packet Forward Address (Server-side only, Optional): Connected address to forward packet to.
+`f` — Packet Forward Address (Server-bound packets only, Optional): Connected address to forward packet to.
`h` — Packet Handle: Used on the receiving end to determine what code to run.
`v` — Packet Version: Used to determine if the incoming packet is compatible with the receiving code.
`c` — Packet Contents (Optional): This is the data that will be passed to the receiving code.