Added Error -> Exception handling

This commit is contained in:
Shoghi Cervantes
2014-10-28 20:43:36 +01:00
parent 0fce83c671
commit b6f7ee20fc
11 changed files with 114 additions and 76 deletions

View File

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