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.