Added item drop

This commit is contained in:
Shoghi Cervantes
2014-06-05 00:31:16 +02:00
parent 99a0117a33
commit 2877f026ec
6 changed files with 99 additions and 35 deletions

View File

@ -1762,12 +1762,6 @@ class Server{
}
}
public function handlePacket(Packet $packet){
if($packet instanceof QueryPacket and isset($this->queryHandler)){
$this->queryHandler->handle($packet);
}
}
public function addPlayer($identifier, Player $player){
$this->players[$identifier] = $player;
}