Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
windcolor-dev committed Mar 20, 2022
1 parent 53ac723 commit 05bc44a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ private static String getString(String path, String def) {

private static void tracking() {
disableTracking = getBoolean("settings.async.entity-tracking.disable", false);
c.addComment("settings.async.entity-tracking.disable", "Disable entity tracking");
c.addComment("settings.async.entity-tracking.disable", "Disables asynchronous entity tracking");
trackingThreads = getInt("settings.async.entity-tracking.threads", 5);
c.addComment("settings.async.entity-tracking.threads", "Entity Tracking Threads");
c.addComment("settings.async.entity-tracking.threads", "The amount of threads to use when asynchronous entity tracking is enabled.");
}

public static boolean threadAffinity;
Expand Down

0 comments on commit 05bc44a

Please sign in to comment.