Merge pull request #8046 from Nightfirecat/fix-poh-groundmarkers
worldpoint: Fix plane value in toLocalInstance
This commit is contained in:
@@ -211,7 +211,7 @@ public class WorldPoint
|
|||||||
|
|
||||||
// find instance chunks using the template point. there might be more than one.
|
// find instance chunks using the template point. there might be more than one.
|
||||||
List<WorldPoint> worldPoints = new ArrayList<>();
|
List<WorldPoint> worldPoints = new ArrayList<>();
|
||||||
final int z = client.getPlane();
|
final int z = worldPoint.getPlane();
|
||||||
int[][][] instanceTemplateChunks = client.getInstanceTemplateChunks();
|
int[][][] instanceTemplateChunks = client.getInstanceTemplateChunks();
|
||||||
for (int x = 0; x < instanceTemplateChunks[z].length; ++x)
|
for (int x = 0; x < instanceTemplateChunks[z].length; ++x)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user