mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 10:43:23 +00:00
1.4.1a
- Minor changes
This commit is contained in:
@@ -73,12 +73,12 @@ namespace CS2_SimpleAdmin
|
||||
public Discord Discord { get; set; } = new Discord();
|
||||
|
||||
[JsonPropertyName("DefaultMaps")]
|
||||
public List<string> DefaultMaps { get; set; } = new List<string>();
|
||||
public List<string> DefaultMaps { get; set; } = [];
|
||||
|
||||
[JsonPropertyName("WorkshopMaps")]
|
||||
public List<string> WorkshopMaps { get; set; } = new List<string>();
|
||||
public List<string> WorkshopMaps { get; set; } = [];
|
||||
|
||||
[JsonPropertyName("CustomServerCommands")]
|
||||
public List<CustomServerCommandData> CustomServerCommands { get; set; } = new List<CustomServerCommandData>();
|
||||
public List<CustomServerCommandData> CustomServerCommands { get; set; } = [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user