Skip to content

Commit 538e9f4

Browse files
committed
Properly remove SnowCollision
1 parent 18ad652 commit 538e9f4

File tree

2 files changed

+1
-90
lines changed

2 files changed

+1
-90
lines changed

core/src/main/java/org/geysermc/geyser/translator/collision/BlockCollision.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected BlockCollision(BoundingBox[] boxes) {
6161
}
6262

6363
/**
64-
* Overridden in classes like SnowCollision and GrassPathCollision when correction code needs to be run before the
64+
* Overridden in classes like GrassPathCollision when correction code needs to be run before the
6565
* main correction
6666
*/
6767
public void beforeCorrectPosition(int x, int y, int z, BoundingBox playerCollision) {}

core/src/main/java/org/geysermc/geyser/translator/collision/SnowCollision.java

-89
This file was deleted.

0 commit comments

Comments
 (0)