Skip to content

Commit

Permalink
re-enable FEATURE_DISCORD_RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Sep 17, 2024
1 parent 226083b commit 8569b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.hxp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ class Project extends HXProject {
// Should be true on release, non-tester builds.
// We don't want testers to accidentally leak songs to their Discord friends!
// TODO: Re-enable this.
FEATURE_DISCORD_RPC.apply(this, false && !FEATURE_DEBUG_FUNCTIONS.isEnabled(this));
FEATURE_DISCORD_RPC.apply(this, true && !FEATURE_DEBUG_FUNCTIONS.isEnabled(this));

// Should be true only on web builds.
// Audio context issues only exist there.
Expand Down

0 comments on commit 8569b12

Please sign in to comment.