Minor Change
Added explanation of mysterious RiftGenerator condition.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user