Skip to content

async.entity-tracking.enable -> async.entity-tracking#141

Closed
kalibrieren wants to merge 5 commits into
Wind-Development:masterfrom
kalibrieren:patch-1
Closed

async.entity-tracking.enable -> async.entity-tracking#141
kalibrieren wants to merge 5 commits into
Wind-Development:masterfrom
kalibrieren:patch-1

Conversation

@kalibrieren

@kalibrieren kalibrieren commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

lil cleanup (should've already done this in #139)


private static void tracking() {
disableTracking = !getBoolean("settings.async.entity-tracking.enable", true);
tracking = getBoolean("settings.async.entity-tracking", true);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tracking = getBoolean("settings.async.entity-tracking", true);
tracking = getBoolean("settings.async.entity-tracking.enable", true);

This breaks YAML syntax and won't load correctly -

entity-tracking: true
    threads: 4

Best to keep it like it is

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops didn't see the threads option!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops didn't see the threads option!

No worries!

}

public static boolean disableTracking;
public static boolean tracking;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe while you're at it refactor it to be clearer? (e.g. asyncEntityTracking or something like that)

@kalibrieren
kalibrieren deleted the patch-1 branch July 23, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants