This commit is contained in:
Daniel Tyomin
2024-08-20 03:46:38 +02:00
parent e33cf93443
commit b3f5e469c8
2 changed files with 3 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ public class Scoreboard: MonoBehaviour
break;
}
Debug.Log($"{quota.Type.name}: {TotalCount(quota.Type)}/{quota.Quantity}");
sb.Append($"{quota.Type.name}: {TotalCount(quota.Type)}/{quota.Quantity}\n");
if (quota.MaxDefectivePercentage < DefectPercentage(quota.Type))
{