Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Nov 25, 2024
1 parent 43e4c29 commit f59279a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ public CollisionBox fetchRegularBox(GrimPlayer player, WrappedBlockState state,
}

/*
This implementation together with the simulation engine ave some limitations.
Running into/being knocked into corner walls on a legacy server on a modern client and vice versa
Lead to simulation falses. Fixing this rare edge case requires lots more effort than worth and is low priority
* This implementation together with the simulation engine have some limitations.
* Running into/being knocked into corner walls on a legacy server on a modern client and vice versa
* Lead to simulation falses. Fixing this rare edge case requires lots more effort than worth and is low priority
*/
@Override
public CollisionBox fetch(GrimPlayer player, ClientVersion version, WrappedBlockState block, int x, int y, int z) {
Expand Down

0 comments on commit f59279a

Please sign in to comment.