Skip to content

Commit 970c342

Browse files
committed
docs(hyperion-proto): fix PlayerDisconnect link
1 parent 95217b7 commit 970c342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/hyperion-proto/src/server_to_proxy.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ pub struct Unicast<'a> {
4848
pub struct Flush;
4949

5050
/// The server must be prepared to handle other additional packets with this stream from the proxy after the server
51-
/// sends [`Shutdown`] until the server receives [`PlayerDisconnect`] because proxy to server packets may already be
52-
/// in transit.
51+
/// sends [`Shutdown`] until the server receives [`crate::PlayerDisconnect`] because proxy to server packets may
52+
/// already be in transit.
5353
#[derive(Archive, Deserialize, Serialize, Clone, Copy, PartialEq, Debug)]
5454
pub struct Shutdown {
5555
pub stream: u64,

0 commit comments

Comments
 (0)