Small Fixes

This commit is contained in:
StevenRS11
2013-11-11 03:07:55 -05:00
parent 6b3b2d6471
commit 0f49c8c28f
4 changed files with 16 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ public class GatewayGenerator implements IWorldGenerator
if (link == null)
{
dimension = PocketManager.getDimensionData(world);
link = dimension.createLink(x, y + 1, z, LinkTypes.POCKET);
link = dimension.createLink(x, y + 1, z, LinkTypes.DUNGEON);
}
else
{