mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed seed generation
This commit is contained in:
@ -38,6 +38,7 @@ class Random{
|
||||
if($seed == -1){
|
||||
$seed = time();
|
||||
}
|
||||
|
||||
$this->setSeed($seed);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user