mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 19:24:12 +00:00
TPS measurement improvement, moved interface handling to tick
This commit is contained in:
@ -934,7 +934,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
new Double("", $source->getY()),
|
||||
new Double("", $source->getZ())
|
||||
]),
|
||||
//TODO: add random motion with physics
|
||||
|
||||
"Motion" => new Enum("Motion", [
|
||||
new Double("", $motion->x),
|
||||
new Double("", $motion->y),
|
||||
|
Reference in New Issue
Block a user