Added regen dungeon command & removed hasMark

This commit is contained in:
StevenRS11
2013-06-24 01:40:56 -04:00
parent 8bbd1384c5
commit 06a8abbf74
7 changed files with 104 additions and 4 deletions

View File

@@ -1140,7 +1140,6 @@ public class SchematicLoader
Entity mob = new MobObelisk(world);
mob.setLocationAndAngles(point.getX(),point.getY(), point.getZ(), 1, 1);
world.spawnEntityInWorld(mob);
dimHelper.dimList.get(link.destDimID).hasMarks=true;
}