mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
wtf is this shitbox code
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user