haha
This commit is contained in:
parent
0b9f96460f
commit
b2fd801f3f
@ -32,7 +32,7 @@ namespace Kasbot.Models
|
|||||||
if (command.Contains(name))
|
if (command.Contains(name))
|
||||||
{
|
{
|
||||||
prop.SetValue(this, true);
|
prop.SetValue(this, true);
|
||||||
result.Replace(name, string.Empty);
|
result = result.Replace(name, string.Empty);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user