Skip to content

Commit

Permalink
and removed an extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Jan 16, 2025
1 parent 3f74cb0 commit 0de6939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class FabricMainDuck implements MainDuck {
@Override
public boolean isFakePlayer(Entity entity) {
return entity instanceof FakePlayer;;
return entity instanceof FakePlayer;
}
}

0 comments on commit 0de6939

Please sign in to comment.