mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Removed 'unhandled data packet' debug message
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user