This commit is contained in:
Shoghi Cervantes
2014-10-28 13:27:30 +01:00
parent 8080643cc9
commit 0fce83c671
3 changed files with 7 additions and 2 deletions

View File

@ -63,7 +63,7 @@ abstract class Fallable extends Solid{
new Float("", 0)
]),
"TileID" => new Int("TileID", $this->getID()),
"Data" => new Byte("Data", $this->getDamage()),
"TileData" => new Byte("TileData", $this->getDamage()),
]));
$fall->spawnToAll();