Added new nodes to DSL for a wider variety of commands and scripts.
This commit is contained in:
@@ -30,6 +30,10 @@ public class HarvestNode : ProgramNode
|
||||
lastExecutionMessage = "Not enough space";
|
||||
return NodeResult.FAILURE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return NodeResult.SUCCESS;
|
||||
}
|
||||
}
|
||||
return NodeResult.RUNNING;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user