mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-05 09:39:56 +00:00
Fixed return value of Level::getTickRateTime()
This commit is contained in:
parent
46760abafc
commit
606948ef8e
@ -365,7 +365,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
return $this->tickRate;
|
||||
}
|
||||
|
||||
public function getTickRateTime() : int{
|
||||
public function getTickRateTime() : float{
|
||||
return $this->tickRateTime;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user