Fixed config loading

This commit is contained in:
Valentin Barat
2024-04-29 14:18:54 +02:00
parent bb8cec7cf8
commit 342d4f717f

View File

@@ -30,7 +30,7 @@ namespace CS2_SimpleAdmin
public string DiscordPenaltyWebhook { get; set; } = "";
}
public abstract class CustomServerCommandData
public class CustomServerCommandData
{
[JsonPropertyName("Flag")]
public string Flag { get; set; } = "@css/generic";