Skip to content

Commit

Permalink
fix: player status timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Arufonsu authored Jul 2, 2024
1 parent 60df923 commit 0673227
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ public void Update()

if (!IsHidden)
{
ShouldUpdateStatuses = true;
Show();
}
}
}
}
}

0 comments on commit 0673227

Please sign in to comment.