From c8f71ffbfcd32714e60bb1d2b431c3ee1d93d203 Mon Sep 17 00:00:00 2001 From: eyesnareinc <66790476+eyesnareinc@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:38:12 -0400 Subject: [PATCH] Update docs/dev-client-networking.md Co-authored-by: Exairnous --- docs/dev-client-networking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev-client-networking.md b/docs/dev-client-networking.md index 9a03cc8..05a955d 100644 --- a/docs/dev-client-networking.md +++ b/docs/dev-client-networking.md @@ -637,7 +637,8 @@ Event handlers that queue messages for later processing can be found in By default, `networked instanciated entities` which are created with the built-in [`createNetworkedEntity()`](#createnetworkedentity) function, are removed when their creator (client) is disconnects. In order to persist -these entities the entity must be pinned. Only +these entities the entity must be [pinned](https://docs.hubsfoundation.org/hubs-features.html). Only + `networked instanciated entities` can be `pinned`. To `pin` an `network instantiated entities`, a client calls the built-in