mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fixed syntax
This commit is contained in:
parent
579175b3bc
commit
bda5e62788
@ -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)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user