Minor Change

Added explanation of mysterious RiftGenerator condition.
This commit is contained in:
SenseiKiwi 2013-07-31 16:15:13 -04:00
parent a4793944b3
commit 27cfd444a9

View file

@ -42,7 +42,7 @@ public class RiftGenerator implements IWorldGenerator
{
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)
{
return;