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:
SenseiKiwi
2013-07-15 01:58:01 -04:00
parent 90b463b54d
commit 404ae3f80d

View File

@@ -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;