Remove overlays during replay via mixins

This commit is contained in:
johni0702
2015-08-14 14:43:50 +02:00
parent 0e5191e755
commit 0b1e4b8e3e
3 changed files with 21 additions and 5 deletions

View File

@@ -100,9 +100,6 @@ public class CameraEntity extends EntityPlayer {
//Aligns the particle rotation
mc.thePlayer.rotationPitch = mc.thePlayer.prevRotationPitch = mc.getRenderViewEntity().rotationPitch;
mc.thePlayer.rotationYaw = mc.thePlayer.prevRotationYaw = mc.getRenderViewEntity().rotationYaw;
//removes water/suffocation/shadow overlays in screen
mc.thePlayer.setPosition(0, 500, 0);
}
lastCall = Sys.getTime();