There was an error while loading. Please reload this page.
2 parents 4169e38 + f8f68e8 commit e78c073Copy full SHA for e78c073
1 file changed
src/main/java/nekiplay/meteorplus/features/modules/combat/TriggerBot.java
@@ -109,7 +109,7 @@ private boolean entityCheck(Entity entity) {
109
return false;
110
if (!entities.get().contains(entity.getType())) return false;
111
if (entity instanceof OwnableEntity tameable
112
- && tameable.getOwner().getUUID() != null
+ && tameable.getOwner() != null
113
&& tameable.getOwner().getUUID().equals(mc.player.getUUID())) return false;
114
if (entity instanceof Player player) {
115
if (player.isCreative()) return false;
0 commit comments