Skip to content

Commit

Permalink
Update Config.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
daffyyyy committed May 6, 2024
1 parent 4244104 commit fc2958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class MenuConfig

public class CS2_SimpleAdminConfig : BasePluginConfig
{
[JsonPropertyName("ConfigVersion")] public override int Version { get; set; } = 13;
[JsonPropertyName("ConfigVersion")] public override int Version { get; set; } = 14;

[JsonPropertyName("DatabaseHost")]
public string DatabaseHost { get; set; } = "";
Expand Down

0 comments on commit fc2958c

Please sign in to comment.