mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
removed int return from getSeed
This commit is contained in:
@ -88,5 +88,5 @@ interface ChunkManager{
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getSeed() : int;
|
||||
public function getSeed();
|
||||
}
|
Reference in New Issue
Block a user