Undo removed ReplayHandler#spectateCamera() call which was inherited from ReplayHandler#setCameraEntity() call which was removed in commit ef39c74

This commit is contained in:
CrushedPixel
2015-07-17 13:33:16 +02:00
parent a46a223070
commit edf2f9ce13

View File

@@ -383,8 +383,9 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
}
CameraEntity cent = ReplayHandler.getCameraEntity();
cent.moveAbsolute(ppl.func_148932_c(), ppl.func_148928_d(), ppl.func_148933_e());
ReplayHandler.spectateCamera();
return null;
}
}.call();