Skip to content

Commit

Permalink
Update Config.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xNexusACS authored Nov 20, 2024
1 parent 515d536 commit 295c8e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Exiled.Loader/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,5 @@ public sealed class Config : IConfig
/// </summary>
[Description("Indicates whether Exiled should auto-update itself as soon as a new release is available.")]
public bool EnableAutoUpdates { get; set; } = true;

/// <summary>
/// Gets or sets a value indicating whether the Exiled plugins will load.
/// Set this to true to acknowledge the end of Exiled support and enable plugin loading.
/// </summary>
[Description("Indicates whether Exiled plugins will load. Join the new Exiled Discord at discord.gg/exiledreboot")]
public bool Reboot { get; set; }
}
}
}

0 comments on commit 295c8e0

Please sign in to comment.