Minor Change
Added explanation of mysterious RiftGenerator condition.
This commit is contained in:
parent
a4793944b3
commit
27cfd444a9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue