From fc9f5e521bfec9c3e63af81657fc53e0e9385aab Mon Sep 17 00:00:00 2001 From: immaunicorn107 Date: Thu, 20 Feb 2025 20:10:47 +0800 Subject: [PATCH] edits --- Game/Assets/Scripts/GameManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Game/Assets/Scripts/GameManager.cs b/Game/Assets/Scripts/GameManager.cs index aac5e6c..7198c06 100644 --- a/Game/Assets/Scripts/GameManager.cs +++ b/Game/Assets/Scripts/GameManager.cs @@ -160,7 +160,7 @@ public class GameManager : MonoBehaviour AreTasksDone(); // Call AuthManager to update the Firebase database - //authManager.UpdateTaskStatus("Day1", "clean room", true); // Example: Update "clean room" task to completed + authManager.UpdateTaskStatus("Day1", "clean room", true); // Example: Update "clean room" task to completed } // Tracks if teeth are brushed or not @@ -170,7 +170,7 @@ public class GameManager : MonoBehaviour AreTasksDone(); // Call AuthManager to update the Firebase database - //authManager.UpdateTaskStatus("Day1", "Brush teeth", true); // Update "Brush teeth" task to completed + authManager.UpdateTaskStatus("Day1", "Brush teeth", true); // Update "Brush teeth" task to completed } // Tracks if the floor has been swept or not