Minor Change
Fixed DungeonHelper.exportDungeon() to have proper name. I'd changed the name before to track where the function was being used in our code.
This commit is contained in:
@@ -379,7 +379,7 @@ public class DungeonHelper
|
|||||||
registeredDungeons.addAll(hubs);
|
registeredDungeons.addAll(hubs);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean exportDungeonX(World world, int centerX, int centerY, int centerZ, String exportPath)
|
public boolean exportDungeon(World world, int centerX, int centerY, int centerZ, String exportPath)
|
||||||
{
|
{
|
||||||
int xMin, yMin, zMin;
|
int xMin, yMin, zMin;
|
||||||
int xMax, yMax, zMax;
|
int xMax, yMax, zMax;
|
||||||
|
|||||||
Reference in New Issue
Block a user