diff --git a/LiteLoader/Header/MC/Actor.hpp b/LiteLoader/Header/MC/Actor.hpp index f8b3c0e..d0370cc 100644 --- a/LiteLoader/Header/MC/Actor.hpp +++ b/LiteLoader/Header/MC/Actor.hpp @@ -175,7 +175,7 @@ public: }; inline bool hasCategory(enum ActorCategory actorCategory) const{ // IDA Player::take Line123 - return (dAccess(this, 79) & actorCategory) !=0; + return (dAccess(this, 316) & actorCategory) !=0; }; inline BlockSource & getRegion() { //VanillaServerGameplayEventListener::onBlockPlacedByPlayer Line35