Skip to content

Commit

Permalink
protocol/camera.go: Fix staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Dec 4, 2024
1 parent 5590e86 commit 9353fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/camera.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (x *CameraAimAssistCategoryGroup) Marshal(r IO) {
Slice(r, &x.Categories)
}

// CameraAssistCategory is an aim assist category that defines priorities for specific blocks and entities.
// CameraAimAssistCategory is an aim assist category that defines priorities for specific blocks and entities.
type CameraAimAssistCategory struct {
// Name is the name of the category which can be used by a CameraAimAssistPreset.
Name string
Expand Down

0 comments on commit 9353fa3

Please sign in to comment.