Fix jumping to marker position when time already matches

This commit is contained in:
Jonas Herzig
2020-09-27 14:13:40 +02:00
parent 85ea757253
commit 49b0cbe4f8
2 changed files with 9 additions and 9 deletions

View File

@@ -519,10 +519,6 @@ public class ReplayHandler {
return spectating;
}
public void setTargetPosition(Location pos) {
targetCameraPosition = pos;
}
public void moveCameraToTargetPosition() {
CameraEntity cam = getCameraEntity();
if (cam != null && targetCameraPosition != null) {