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

@@ -27,7 +27,6 @@ namespace Scrips
{
if (_currentStatePrint != null && planner != null)
{
// _currentStatePrint.text = "Nurse 1 Action: " + currentAction.actionName + "\n" + planner.GetPlanString();
_currentStatePrint.text = "Patient 1 Action: " + currentAction.actionName + "\n";
}