mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 16:27:59 +00:00
fix random interval wrapper showing if enabled but show player is disabled
This commit is contained in:
@@ -243,7 +243,8 @@ const LifeCounter = ({ player, opponents }: LifeCounterProps) => {
|
||||
{player.hasLost && (
|
||||
<PlayerLostWrapper $rotation={player.settings.rotation} />
|
||||
)}
|
||||
{settings.useRandomStartingPlayerInterval &&
|
||||
{settings.showStartingPlayer &&
|
||||
settings.useRandomStartingPlayerInterval &&
|
||||
!stopPlayerRandomization &&
|
||||
!playing && (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user