From 342d4f717f1ceb61d93a432e8c07fb5cffe688c3 Mon Sep 17 00:00:00 2001 From: Valentin Barat Date: Mon, 29 Apr 2024 14:18:54 +0200 Subject: [PATCH] Fixed config loading --- Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.cs b/Config.cs index e84038c..77389bf 100644 --- a/Config.cs +++ b/Config.cs @@ -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";