mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
parent
8a2a62ea1d
commit
119bff3514
1373 changed files with 12049 additions and 12049 deletions
|
|
@ -37,7 +37,7 @@ bool BossMobPart::hurt(DamageSource *source, int damage)
|
|||
return bossMob->hurt( dynamic_pointer_cast<BossMobPart>( shared_from_this() ), source, damage);
|
||||
}
|
||||
|
||||
bool BossMobPart::is(std::shared_ptr<Entity> other)
|
||||
bool BossMobPart::is(shared_ptr<Entity> other)
|
||||
{
|
||||
return shared_from_this() == other || bossMob == other.get();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue