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