Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Aug 17, 2024
1 parent 16c343a commit 552a7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public MapCursorLag() {

@Override
public void enable() {
if (EntityUtil.canDisableMapPositionCursor())
if (EntityUtil.MAP_SET_TRACKING_POS_AVAILABLE)
plugin.getServer().getPluginManager().registerEvents(this, plugin);
PacketEvents.getAPI().getEventManager().registerListener(asAbstract);
}
Expand Down

0 comments on commit 552a7c0

Please sign in to comment.