testing spawn fix DO NOT DISTRIBUTE

Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
StevenRS11
2013-03-31 21:54:28 -04:00
parent ccce338f97
commit f02410f5da
4 changed files with 19 additions and 19 deletions

View File

@@ -60,11 +60,11 @@ public class LimboProvider extends WorldProvider
}
}
public void setAllowedSpawnTypes(boolean allowHostile, boolean allowPeaceful)
{
super.setAllowedSpawnTypes(false, false);
//public void setAllowedSpawnTypes(boolean allowHostile, boolean allowPeaceful)
//{
// super.setAllowedSpawnTypes(false, false);
}
//}
public float calculateCelestialAngle(long par1, float par3)
{