mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Stripped redundant trailing commas
This commit is contained in:
@ -56,7 +56,7 @@ abstract class Fallable extends Solid{
|
||||
new FloatTag("", 0)
|
||||
]),
|
||||
new IntTag("TileID", $this->getId()),
|
||||
new ByteTag("Data", $this->getDamage()),
|
||||
new ByteTag("Data", $this->getDamage())
|
||||
]));
|
||||
|
||||
$fall->spawnToAll();
|
||||
|
Reference in New Issue
Block a user