mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: mark deprecated classes and methods for future removal
This commit is contained in:
parent
f3ea9e1d5a
commit
9fc866741e
9 changed files with 137 additions and 124 deletions
|
|
@ -801,6 +801,7 @@ namespace PepperDash.Essentials
|
|||
/// <summary>
|
||||
/// Fires up a logo server if not already running
|
||||
/// </summary>
|
||||
[Obsolete("Logo server is no longer supported and will be removed in a future release.")]
|
||||
void LoadLogoServer()
|
||||
{
|
||||
if (ConfigReader.ConfigObject?.Rooms == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue