Leaderboard holdtime updates properly now

This commit is contained in:
djkellerman
2025-03-28 20:34:09 -04:00
parent a098e8c053
commit 0bf6ab0da7
4 changed files with 57 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ public class GameManager : MonoBehaviour
return alivePlayers;
}
public void UpdatePlayerHoldTime(GameObject player, float holdTime) // Finds each players hold time and updates the leaderboard
public void UpdatePlayerHoldTime(GameObject player, float holdTime)
{
if (playerHoldTimes.ContainsKey(player))
{