]> git.lizzy.rs Git - hydra-dragonfire.git/blobdiff - doc/client.md
Allow multiple clients to share a map
[hydra-dragonfire.git] / doc / client.md
index fe9fb7d9878f7ab7ab88336e57d9e144cc4dc78f..0886ecf7ab0012bf2d0fc72e2ee1bd5b99c9995c 100644 (file)
@@ -18,6 +18,6 @@ After being disconnect, a client cannot be reconnected.
 
 Enabled components can be accessed by using `self.<component name>`.
 
-- `self.pkt`: Allows you to handle selected packets yourself. Most scripts use this. See [pkts.md](pkts.md).
-- `self.auth`: Handles authentication. Recommended for the vast majority of scripts. See [auth.md](auth.md).
-- `self.map`: Stores MapBlocks received from server. See [map.md](map.md).
+- `self.pkt`: Allows you to handle selected packets yourself. Most scripts use this. See [comp_pkts.md](comp_pkts.md).
+- `self.auth`: Handles authentication. Recommended for the vast majority of scripts. See [comp_auth.md](comp_auth.md).
+- `self.map`: Stores MapBlocks received from server. See [comp_map.md](comp_map.md).