Fixed #293 player.armor data not being correct [gh#293]

This commit is contained in:
Shoghi Cervantes 2013-05-26 16:16:36 +02:00
parent 6d54495402
commit 06c57a3aae

View File

@ -1070,7 +1070,7 @@ class Player{
break;
}
$data["eid"] = $this->eid;
$data["player"] = $this->eid;
$data["player"] = $this;
$this->server->handle("player.armor", $data);
break;
case MC_INTERACT: