Skip to content

Commit c8f71ff

Browse files
Update docs/dev-client-networking.md
Co-authored-by: Exairnous <[email protected]>
1 parent fb0d480 commit c8f71ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dev-client-networking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,8 @@ Event handlers that queue messages for later processing can be found in
637637
By default, `networked instanciated entities` which are created with
638638
the built-in [`createNetworkedEntity()`](#createnetworkedentity) function,
639639
are removed when their creator (client) is disconnects. In order to persist
640-
these entities the entity must be pinned. Only
640+
these entities the entity must be [pinned](https://docs.hubsfoundation.org/hubs-features.html). Only
641+
641642
`networked instanciated entities` can be `pinned`.
642643

643644
To `pin` an `network instantiated entities`, a client calls the built-in

0 commit comments

Comments
 (0)