mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
Update Config.cs
This commit is contained in:
parent
4244104d6e
commit
fc2958c84f
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ namespace CS2_SimpleAdmin
|
||||||
|
|
||||||
public class CS2_SimpleAdminConfig : BasePluginConfig
|
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")]
|
[JsonPropertyName("DatabaseHost")]
|
||||||
public string DatabaseHost { get; set; } = "";
|
public string DatabaseHost { get; set; } = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue