mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
This commit is contained in:
@ -235,7 +235,7 @@ abstract class Living extends Entity implements Damageable{
|
||||
public function hasEffect(int $effectId) : bool{
|
||||
return isset($this->effects[$effectId]);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns whether the mob has any active effects.
|
||||
* @return bool
|
||||
|
Reference in New Issue
Block a user