Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Feb 3, 2025
2 parents 887f01e + e65cd2e commit cf3e145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neo/src/main/java/xaeroplus/neo/XaeroPlusNeo.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ public void onRegisterClientCommandsEvent(final RegisterClientCommandsEvent even
c.getSource().sendSuccess(DataFolderResolveUtil::getCurrentDataDirPath, false);
return 1;
}));
event.getDispatcher().register(LiteralArgumentBuilder.<CommandSourceStack>literal("xaeroWaypointDir").executes(c -> {
c.getSource().sendSuccess(DataFolderResolveUtil::getCurrentWaypointDataDirPath, false);
return 1;
}));
}

public void onRegisterClientResourceReloadListeners(RegisterClientReloadListenersEvent event) {
Expand Down

0 comments on commit cf3e145

Please sign in to comment.