WIP 1.15 and ReplayStudio v2 update
This commit is contained in:
@@ -33,6 +33,8 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.Optional;
|
||||
|
||||
import static com.replaymod.core.versions.MCVer.*;
|
||||
|
||||
public class ReplayModReplay implements Module {
|
||||
|
||||
{ instance = this; }
|
||||
@@ -66,9 +68,9 @@ public class ReplayModReplay implements Module {
|
||||
if (camera != null) {
|
||||
Marker marker = new Marker();
|
||||
marker.setTime(replayHandler.getReplaySender().currentTimeStamp());
|
||||
marker.setX(camera.x);
|
||||
marker.setY(camera.y);
|
||||
marker.setZ(camera.z);
|
||||
marker.setX(Entity_getX(camera));
|
||||
marker.setY(Entity_getY(camera));
|
||||
marker.setZ(Entity_getZ(camera));
|
||||
marker.setYaw(camera.yaw);
|
||||
marker.setPitch(camera.pitch);
|
||||
marker.setRoll(camera.roll);
|
||||
|
||||
Reference in New Issue
Block a user