Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Aug 16, 2023
1 parent 75289e7 commit 3543017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/connector/src/game/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ mod state;
/// * `socket` - socket to use for the game server.
///
/// * `owner` - address of the creator of the game. This client will be
/// automatically added to the game as if they sent [`de_net::ToGame::Join`].
/// automatically added to the game as if they sent
/// [`de_messages::ToGame::Join`].
///
/// * `max_players` - maximum number of clients which may connect to the game
/// at the same time
Expand Down

0 comments on commit 3543017

Please sign in to comment.