0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix ClientPlayerEntityMixin

This commit is contained in:
Alexander01998 2020-02-19 14:46:06 +01:00
parent 5c99309a7b
commit 99b574beec

View File

@ -156,9 +156,9 @@ public class ClientPlayerEntityMixin extends AbstractClientPlayerEntity
}
@Override
protected boolean clipAtLedge()
protected boolean method_21825()
{
return super.clipAtLedge()
return super.method_21825()
|| WurstClient.INSTANCE.getHax().safeWalkHack.isEnabled();
}