Small code changes

This commit is contained in:
Bram verhulst
2025-05-31 21:47:48 +02:00
parent f36f2e015c
commit 72a4e0556d
4 changed files with 15 additions and 14 deletions

View File

@@ -24,7 +24,6 @@ public class Robot : AI_Agent {
{
if (_currentStatePrint != null && planner != null && currentAction != null)
{
// _currentStatePrint.text = "Nurse 1 Action: " + currentAction.actionName + "\n" + planner.GetPlanString();
_currentStatePrint.text =
"Nurse 1 Action: " + currentAction.actionName + "\n" + planner.GetPlanDescription();
}