mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
Fixed config loading
This commit is contained in:
parent
bb8cec7cf8
commit
342d4f717f
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue