mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
PermissibleBase: remove useless destructor
This commit is contained in:
@ -55,11 +55,6 @@ class PermissibleBase implements Permissible{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __destruct(){
|
|
||||||
$this->parent = null;
|
|
||||||
$this->opable = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user