Skip to content

Commit

Permalink
Fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Aug 29, 2023
1 parent 804d2b5 commit 844c6bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static Collection<ServerPlayerEntity> tracking(Entity entity) {
// return an immutable collection to guard against accidental removals.
if (tracker != null) {
return tracker.getPlayersTracking()
.stream().map(PlayerAssociatedNetworkHandler::getPlayer).collect(Collectors.toUnmodifiableSet());
.stream().map(PlayerAssociatedNetworkHandler::getPlayer).collect(Collectors.toUnmodifiableSet());
}

return Collections.emptySet();
Expand Down

0 comments on commit 844c6bf

Please sign in to comment.