Skip to content

Commit 274f4d1

Browse files
Fix typo
1 parent 07e9fbb commit 274f4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/geysermc/geyser/level/physics/CollisionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
public class CollisionManager {
6060
public static final BlockCollision SOLID_COLLISION = new SolidCollision(null);
6161
public static final BlockCollision FLUID_COLLISION = new OtherCollision(new BoundingBox[]{new BoundingBox(0.5, 0.25, 0.5, 1, 0.5, 1)});
62-
// If you read this, feel free to suggest a more proper way to detect alse
62+
// If you read this, feel free to suggest a more proper way to detect else
6363
public static final double POSITION_ADJUSTMENT_MARGIN = 0.05;
6464

6565
private final GeyserSession session;

0 commit comments

Comments
 (0)