mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-22 19:54:28 +00:00
Added default Maps in the config
This commit is contained in:
@@ -45,6 +45,9 @@ namespace CS2_SimpleAdmin
|
||||
[JsonPropertyName("Discord")]
|
||||
public Discord Discord { get; set; } = new Discord();
|
||||
|
||||
[JsonPropertyName("DefaultMaps")]
|
||||
public List<string> DefaultMaps { get; set; } = new List<string>();
|
||||
|
||||
[JsonPropertyName("WorkshopMaps")]
|
||||
public List<string> WorkshopMaps { get; set; } = new List<string>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user