mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Populator: fix return type of populate()
This commit is contained in:
parent
32262d9bb5
commit
d9b0e373bb
@ -32,7 +32,7 @@ use pocketmine\utils\Random;
|
||||
abstract class Populator{
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
* @return void
|
||||
*/
|
||||
abstract public function populate(ChunkManager $level, int $chunkX, int $chunkZ, Random $random);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user