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
a395a7d9c8
commit
6b5e36087e
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ namespace CS2_SimpleAdmin
|
|||
|
||||
public class CS2_SimpleAdminConfig : BasePluginConfig
|
||||
{
|
||||
[JsonPropertyName("ConfigVersion")] public override int Version { get; set; } = 15;
|
||||
[JsonPropertyName("ConfigVersion")] public override int Version { get; set; } = 16;
|
||||
|
||||
[JsonPropertyName("DatabaseHost")]
|
||||
public string DatabaseHost { get; set; } = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue