1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-04 15:43:00 +00:00

Bump CC:T to 1.104.0

This commit is contained in:
Jonathan Coates
2023-04-05 20:50:01 +01:00
parent eef67a04a4
commit 1f3815039f
6 changed files with 60 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ public class PlatformHelperImpl implements PlatformHelper {
@Override
public double getReachDistance(Player player) {
return player.getReachDistance();
return player.getBlockReach();
}
@Override