mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
wtf is this shitbox code
This commit is contained in:
parent
2f03af51dd
commit
159392e738
@ -37,7 +37,7 @@ abstract class BiomeSelector{
|
||||
* @var Biome[]|\SplFixedArray
|
||||
* @phpstan-var \SplFixedArray<Biome>
|
||||
*/
|
||||
private \SplFixedArray $map = null;
|
||||
private \SplFixedArray $map;
|
||||
|
||||
public function __construct(Random $random){
|
||||
$this->temperature = new Simplex($random, 2, 1 / 16, 1 / 512);
|
||||
|
Loading…
x
Reference in New Issue
Block a user