Only set view entity if it's not already set
This commit is contained in:
@@ -76,7 +76,9 @@ public class ReplayHandler {
|
||||
}
|
||||
else {
|
||||
currentEntity = e;
|
||||
mc.setRenderViewEntity(currentEntity);
|
||||
if (mc.getRenderViewEntity() != currentEntity) {
|
||||
mc.setRenderViewEntity(currentEntity);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user