Fixed syntax

This commit is contained in:
Shoghi Cervantes 2013-06-10 17:13:34 +02:00
parent 579175b3bc
commit bda5e62788

View File

@ -34,7 +34,7 @@ class PondPopulator extends Populator{
$v = new Vector3(
$random->nextRange($chunkX << 4, ($chunkX << 4) + 16),
$random->nextRange(0, 128),
$random->nextRange($chunkZ << 4, ($chunkZ << 4) + 16),
$random->nextRange($chunkZ << 4, ($chunkZ << 4) + 16)
);
$pond = new PondObject($random, new WaterBlock());
if($pond->canPlaceObject($level, $v)){