Skip to content

Commit

Permalink
return false if PLACE_VEHICLE and missing flag (#4345)
Browse files Browse the repository at this point in the history
fix: return false if PLACE_VEHICLE and missing flag
  • Loading branch information
PierreSchwang authored Feb 18, 2024
1 parent 499d3c3 commit 28298ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ public boolean checkPlayerBlockEvent(
)
);
}
return false;
}
default -> {
}
Expand Down

0 comments on commit 28298ff

Please sign in to comment.