mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-09 20:20:11 +01:00
Fix one spot: Setback location for ladder/vine.
This commit is contained in:
parent
6190f9af95
commit
139567f150
@ -257,7 +257,7 @@ public class SurvivalFly extends Check {
|
||||
data.setBack = to.getLocation();
|
||||
data.survivalFlyJumpPhase = 0;
|
||||
} else {
|
||||
if (from.isInLiquid() || fromOnGround || from.isInWeb() || fromOnGround)
|
||||
if (from.isInLiquid() || fromOnGround || from.isInWeb() || from.isOnLadder())
|
||||
data.setBack = from.getLocation();
|
||||
if (from.isInLiquid() || to.isInLiquid() || from.isInWeb() || to.isInWeb() || fromOnGround
|
||||
|| toOnGround || from.isOnLadder() || to.isOnLadder())
|
||||
|
Loading…
Reference in New Issue
Block a user