Skip to content

Commit

Permalink
packet/server_bound_diagnostics.go: Reference client toggle in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Aug 15, 2024
1 parent 19d20e2 commit 9a93ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minecraft/protocol/packet/server_bound_diagnostics.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import (
)

// ServerBoundDiagnostics is sent by the client to tell the server about the performance diagnostics
// of the client. It is sent by the client roughly every 500ms or 10 in-game ticks.
// of the client. It is sent by the client roughly every 500ms or 10 in-game ticks when the
// "Creator > Enable Client Diagnostics" setting is enabled.
type ServerBoundDiagnostics struct {
// AverageFramesPerSecond is the average amount of frames per second that the client has been
// running at.
Expand Down

0 comments on commit 9a93ed3

Please sign in to comment.