Add error on issue

This commit is contained in:
Matt Nadareski
2016-04-20 15:11:25 -07:00
parent 3a88832980
commit 24d81761f8

View File

@@ -973,6 +973,10 @@ Make a selection:
logger.Log(input + " converted to: " + name);
return;
}
else
{
logger.Error("I'm sorry but " + input + "doesn't exist!");
}
}
/// <summary>