Removed possible crash on RakLibInterface

This commit is contained in:
Shoghi Cervantes
2015-04-22 15:45:04 +02:00
parent 0aebcb9f81
commit 2ea8835b12
2 changed files with 4 additions and 6 deletions

View File

@ -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){