Fix for no-sent map chunks

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-20 19:37:33 +01:00
parent aa8dc63cc5
commit af9f1c3d01

View File

@ -77,10 +77,6 @@ class Session{
}
}
function __destruct(){
//$this->close("destruct");
}
public function save(){
if(is_object($this->entity)){
$this->data["spawn"] = array(
@ -308,7 +304,7 @@ class Session{
"x" => '.$data["x"].',
"z" => '.$data["z"].',
"data" => $d,
), true);
));
}
');
console("[INTERNAL] Chunk X ".$data["x"]." Z ".$data["z"]." requested", true, true, 3);