Make pause input optional.

This commit is contained in:
2023-02-18 15:48:02 +08:00
parent 33ee7a9a87
commit ee7b0f5081
3 changed files with 15 additions and 12 deletions

View File

@@ -585,7 +585,7 @@ namespace Cryville.Crtr {
inputProxy = new InputProxy(pruleset, judge);
inputProxy.LoadFrom(_rscfg.inputs);
if (!inputProxy.IsCompleted) {
if (!inputProxy.IsCompleted()) {
throw new ArgumentException("Input config not completed\nPlease complete the input settings");
}