Added Armor

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-30 18:46:06 +01:00
parent 1e8b012a6e
commit fe8b4b7aa7
5 changed files with 35 additions and 2 deletions

View File

@@ -261,6 +261,7 @@ class PlayerAPI{
"z" => $this->server->spawn["z"],
),
"inventory" => array_fill(0, 36, array(0, 0, 0)),
"armor" => array(0, 0, 0, 0),
"health" => 20,
"lastIP" => "",
"lastID" => 0,