More events

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-09 18:05:12 +01:00
parent cd3aaa1b50
commit b9b0039cd7
3 changed files with 82 additions and 43 deletions

View File

@@ -306,6 +306,7 @@ class PocketMinecraftServer{
foreach($this->entities as $entity){
}
$this->trigger("server.save", $final);
}
}
@@ -365,6 +366,9 @@ class PocketMinecraftServer{
if(isset($this->clients[$CID])){
$this->clients[$CID]->handle($packet["pid"], $data);
}else{
if($this->handle("server.noauthpacket", $packet) === false){
return;
}
switch($packet["pid"]){
case 0x02:
if($this->invisible === true){