Updated config version to 7
This commit is contained in:
parent
5d58465c74
commit
4d3cefc495
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace CS2_SimpleAdmin
|
|||
|
||||
public class CS2_SimpleAdminConfig : BasePluginConfig
|
||||
{
|
||||
public override int Version { get; set; } = 6;
|
||||
public override int Version { get; set; } = 7;
|
||||
|
||||
[JsonPropertyName("DatabaseHost")]
|
||||
public string DatabaseHost { get; set; } = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue