mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 07:39:57 +00:00
removed int return from getSeed
This commit is contained in:
parent
068ad5e924
commit
eb00dee8a6
@ -88,5 +88,5 @@ interface ChunkManager{
|
|||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getSeed() : int;
|
public function getSeed();
|
||||||
}
|
}
|
@ -128,7 +128,7 @@ class SimpleChunkManager implements ChunkManager{
|
|||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getSeed() : int{
|
public function getSeed() {
|
||||||
return $this->seed;
|
return $this->seed;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user