mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Cleaned up bool comparison mess
This commit is contained in:
@@ -123,7 +123,7 @@ class HandlerList{
|
||||
}
|
||||
}
|
||||
}
|
||||
if($changed === true){
|
||||
if($changed){
|
||||
$this->handlers = null;
|
||||
}
|
||||
}elseif($object instanceof RegisteredListener){
|
||||
|
Reference in New Issue
Block a user