fixed default up dungeon schematic name

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-04-30 22:09:20 -04:00
parent 103e674e83
commit 3a1e430707
3 changed files with 10 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ public class DungeonGenerator
boolean flag = true;
int count=10;
if(incoming.destYCoord>10)
if(incoming.destYCoord>15)
{
do
{