From f59279ad51c4c91c97dc4ac6a303a0e3db851781 Mon Sep 17 00:00:00 2001 From: Axionize <154778082+Axionize@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:20:32 -0500 Subject: [PATCH] Comment cleanup --- .../collisions/blocks/connecting/DynamicCollisionWall.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/ac/grim/grimac/utils/collisions/blocks/connecting/DynamicCollisionWall.java b/src/main/java/ac/grim/grimac/utils/collisions/blocks/connecting/DynamicCollisionWall.java index f32d6d299b..0fc9df6c9d 100644 --- a/src/main/java/ac/grim/grimac/utils/collisions/blocks/connecting/DynamicCollisionWall.java +++ b/src/main/java/ac/grim/grimac/utils/collisions/blocks/connecting/DynamicCollisionWall.java @@ -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) {