mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
PermissibleBase: remove useless destructor
This commit is contained in:
parent
bad323f5cc
commit
687886e70b
@ -55,11 +55,6 @@ class PermissibleBase implements Permissible{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __destruct(){
|
|
||||||
$this->parent = null;
|
|
||||||
$this->opable = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user