From b2fd801f3fdc005aac946fa90f169a08b5374a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Tue, 1 Aug 2023 19:42:17 -0300 Subject: [PATCH] haha --- Models/Flags.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Flags.cs b/Models/Flags.cs index 5478b3b..399a87c 100644 --- a/Models/Flags.cs +++ b/Models/Flags.cs @@ -32,7 +32,7 @@ namespace Kasbot.Models if (command.Contains(name)) { prop.SetValue(this, true); - result.Replace(name, string.Empty); + result = result.Replace(name, string.Empty); } }); }