forked from aly/qstbak
muffin v7.4.5
This commit is contained in:
parent
8461a561d3
commit
bb09805213
11 changed files with 881 additions and 891 deletions
|
|
@ -27,7 +27,6 @@ internal sealed class QuestValidator
|
|||
{
|
||||
_validators = validators.ToList();
|
||||
_logger = logger;
|
||||
_logger.LogInformation("Validators: {Validators}", string.Join(", ", _validators.Select((IQuestValidator x) => x.GetType().Name)));
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue