Skip to content

Commit

Permalink
Fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Dec 3, 2021
1 parent ec684c2 commit 9584722
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@
import org.bukkit.util.Vector;

public class EntityUtilsImpl implements EntityUtils {
private static final String FIELD_BAT_TARGET_NAME = "targetPosition";
private static final String FIELD_BAT_TARGET_NAME = "bW";

private final NMSUtilsImpl nmsUtils;

Expand Down

0 comments on commit 9584722

Please sign in to comment.