Skip to content

Commit

Permalink
Clarify that both featrues are enabled by default
Browse files Browse the repository at this point in the history
The same change as in `bevy_replicon_renet`.
  • Loading branch information
Shatur committed Jul 20, 2024
1 parent 6c7605e commit 899783d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ app.add_plugins((MinimalPlugins, RepliconPlugins, MyMessagingPlugins));
# }
```
If you want to separate the client and server, you can use the `client` and `server` features,
which control enabled plugins.
If you want to separate the client and server, you can use the `client` and `server` features
(both enabled by default), which control enabled plugins.
It's also possible to do it at runtime via [`PluginGroupBuilder::disable()`].
For server disable [`ClientPlugin`] and [`ClientEventsPlugin`].
Expand Down

0 comments on commit 899783d

Please sign in to comment.