mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
removed int return from getSeed
This commit is contained in:
@ -128,7 +128,7 @@ class SimpleChunkManager implements ChunkManager{
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getSeed() : int{
|
||||
public function getSeed() {
|
||||
return $this->seed;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user