Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix AntiVoid crash (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Aug 14, 2024
1 parent 89509e6 commit f06291c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void onDisable() {

@SubscribeEvent
public void onAABB(BlockAABBEvent event) {
if (!Utils.nullCheck()) return;
if (mc.thePlayer.fallDistance > distance.getInput())
fallDistanced = true;
if (mode.getInput() == 3) {
Expand Down

0 comments on commit f06291c

Please # to comment.