Minor Fix

I forgot to uncomment the line for rifts spawning Endermen.
This commit is contained in:
SenseiKiwi 2014-03-12 05:12:46 -04:00
parent 73cb5ccb6c
commit 5db2b35850

View file

@ -98,7 +98,7 @@ public class TileEntityRift extends TileEntity
//This code should execute once every 10 seconds
if (updateTimer > 200)
{
//this.spawnEndermen();
this.spawnEndermen();
this.grow(mod_pocketDim.properties);
updateTimer = 0;
}