removed int return from getSeed

This commit is contained in:
Intyre
2016-02-22 13:03:27 +01:00
parent 068ad5e924
commit eb00dee8a6
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ class SimpleChunkManager implements ChunkManager{
*
* @return int
*/
public function getSeed() : int{
public function getSeed() {
return $this->seed;
}
}