fix some PhpStorm inspections

This commit is contained in:
Dylan K. Taylor
2017-03-30 12:10:59 +01:00
parent 6b747f9272
commit cb059ea713
4 changed files with 1 additions and 5 deletions

View File

@ -703,6 +703,7 @@ abstract class Entity extends Location implements Metadatable{
/**
* @param Player $player
* @param bool $send
*/
public function despawnFrom(Player $player, bool $send = true){
if(isset($this->hasSpawned[$player->getLoaderId()])){