mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Removed possible crash on RakLibInterface
This commit is contained in:
@ -175,9 +175,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
||||
}
|
||||
|
||||
public function notifyACK($identifier, $identifierACK){
|
||||
if(isset($this->players[$identifier])){
|
||||
$this->players[$identifier]->handleACK($identifierACK);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function setName($name){
|
||||
|
Reference in New Issue
Block a user