Skip to content

Commit

Permalink
Removed bad configuration.
Browse files Browse the repository at this point in the history
My rational has changed here. I do believe that this is safe to do since
nobody really should be bothering the environment. I have it there just for
sake of transparency.
  • Loading branch information
Lachee committed Jul 26, 2023
1 parent d8c97cc commit 6dbb6a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions DiscordRPC/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,5 @@ public class Configuration
/// </summary>
[JsonProperty("environment")]
public string Environment { get; set; }

/// <summary>
/// Obsolete: Use "environment" instead. The type of environment the connection on. Usually Production.
/// </summary>
[JsonProperty("enviroment")]
[Obsolete("This property is obsolete: use \"environment\" instead", false)]
public string Enviroment { get; set; }
}
}

0 comments on commit 6dbb6a3

Please sign in to comment.