This commit is contained in:
StevenRS11
2013-11-11 03:41:14 -05:00
parent da608462d7
commit 841fcffcb1
4 changed files with 13 additions and 4 deletions

View File

@@ -101,7 +101,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
{