fixed save killing change, awaiting further fix

This commit is contained in:
StevenRS11
2013-06-24 00:11:14 -04:00
parent d5caa918c8
commit e847794e8d
4 changed files with 6 additions and 3 deletions

View File

@@ -1140,7 +1140,7 @@ 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).dungeonGenerator.hasMarks=true;
dimHelper.dimList.get(link.destDimID).hasMarks=true;
}