Fixed MCedit 1.7.1 Support #59

Merged
SenseiKiwi merged 3 commits from master into master 2013-07-31 21:24:26 +00:00
Showing only changes of commit 27cfd444a9 - Show all commits

View File

@@ -42,7 +42,7 @@ public class RiftGenerator implements IWorldGenerator
{ {
return; return;
} }
//FIXME: Why is this here? Comment your code! =/ ~SenseiKiwi //This check prevents a crash related to superflat worlds not loading World 0
if (dimHelper.getWorld(0) == null) if (dimHelper.getWorld(0) == null)
{ {
return; return;