Skip to content

Commit

Permalink
Save discord rich presense to the user config (#4884)
Browse files Browse the repository at this point in the history
Signed-off-by: c4llv07e <[email protected]>
  • Loading branch information
c4llv07e authored Feb 1, 2024
1 parent 9e0fc70 commit 6bb7b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robust.Shared/CVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ protected CVars()
/// Enable Discord rich presence integration.
/// </summary>
public static readonly CVarDef<bool> DiscordEnabled =
CVarDef.Create("discord.enabled", true, CVar.CLIENTONLY);
CVarDef.Create("discord.enabled", true, CVar.CLIENTONLY | CVar.ARCHIVE);

public static readonly CVarDef<string> DiscordRichPresenceMainIconId =
CVarDef.Create("discord.rich_main_icon_id", "devstation", CVar.SERVER | CVar.REPLICATED);
Expand Down

0 comments on commit 6bb7b88

Please sign in to comment.