Big project cleanup with overhaul of file responsibilities (KISS) and code (DRY, YAGNI)
This commit is contained in:
@@ -18,7 +18,7 @@ public class CraftNode : ProgramNode
|
||||
|
||||
if (amount <= 0)
|
||||
{
|
||||
lastExecutionMessage = "Amount has to be atleast 1";
|
||||
lastExecutionMessage = "Amount has to be at least 1";
|
||||
return NodeResult.FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user