Preparation for future changes

This commit is contained in:
Shoghi Cervantes Pueyo
2013-02-09 18:07:25 +01:00
parent 4e4aab247a
commit 6dcf9e5da1
2 changed files with 53 additions and 18 deletions

View File

@@ -273,8 +273,8 @@ class PlayerAPI{
"y" => $this->server->spawn["y"],
"z" => $this->server->spawn["z"],
),
"inventory" => array_fill(0, 36, array(0, 0, 0)),
"armor" => array(0, 0, 0, 0),
"inventory" => array_fill(0, 36, array(AIR, 0, 0)),
"armor" => array_fill(0, 4, array(AIR, 0, 0)),
"health" => 20,
"lastIP" => "",
"lastID" => 0,