Skip to content

Commit

Permalink
Update docs/dev-client-networking.md
Browse files Browse the repository at this point in the history
Co-authored-by: Exairnous <[email protected]>
  • Loading branch information
eyesnareinc and Exairnous authored Jul 29, 2024
1 parent fb0d480 commit c8f71ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev-client-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8f71ff

Please sign in to comment.