Removed 'unhandled data packet' debug message

This commit is contained in:
Shoghi Cervantes
2014-08-19 12:29:06 +02:00
parent 40d2f8a373
commit 973d6b5869
2 changed files with 2 additions and 7 deletions

View File

@ -155,7 +155,7 @@ class RakLibInterface implements ServerInstance, SourceInterface{
}
public function openSession($identifier, $address, $port, $clientID){
$player = new Player($this, $clientID, $address, $port);
$player = new Player($this, null, $address, $port);
$this->players[$identifier] = $player;
$this->identifiersACK[$identifier] = 0;
$this->identifers->attach($player, $identifier);