mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-17 18:39:07 +00:00
Fixed config loading
This commit is contained in:
@@ -30,7 +30,7 @@ namespace CS2_SimpleAdmin
|
|||||||
public string DiscordPenaltyWebhook { get; set; } = "";
|
public string DiscordPenaltyWebhook { get; set; } = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract class CustomServerCommandData
|
public class CustomServerCommandData
|
||||||
{
|
{
|
||||||
[JsonPropertyName("Flag")]
|
[JsonPropertyName("Flag")]
|
||||||
public string Flag { get; set; } = "@css/generic";
|
public string Flag { get; set; } = "@css/generic";
|
||||||
|
|||||||
Reference in New Issue
Block a user