Inventory saving (without checks)

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-18 23:59:51 +01:00
parent e4bf449198
commit 7723e3784f
4 changed files with 139 additions and 3 deletions

View File

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