Patched bug with dungeon selection on old worlds

This commit is contained in:
StevenRS11
2013-06-18 18:08:19 -04:00
parent efa5db10f4
commit 77965d7d0d
2 changed files with 8 additions and 9 deletions

View File

@@ -523,12 +523,6 @@ public class DungeonHelper
boolean flag = true;
try
{
if (dimHelper.dimList.get(incoming.destDimID) != null &&
dimHelper.dimList.get(incoming.destDimID).dungeonGenerator != null)
{
mod_pocketDim.loader.init(incoming);
return;
}
if (incoming.destYCoord > 15)
{