quick patch

This commit is contained in:
UnknownUser1789 2023-01-20 19:43:05 +00:00
parent 8140231fee
commit c4635ae702
3 changed files with 3315 additions and 3310 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -276,7 +276,7 @@ public class PlayerControllerMP {
* player reach distance = 4F
*/
public float getBlockReachDistance() {
return this.currentGameType.isCreative() ? 5.0F : 4.5F;
return this.currentGameType.isCreative() ? 5.0F : 3.4F;
}
public void updateController() {