Remove maxPlayers from server data handling for simplified player count display
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 13s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 13s
This commit is contained in:
@@ -264,7 +264,7 @@ function Servers() {
|
||||
fontWeight: 'bold',
|
||||
color: 'var(--text-primary)'
|
||||
}}>
|
||||
{server.status === 'online' ? `${server.playerCount}/${server.maxPlayers}` : 'Loading...'}
|
||||
{server.status === 'online' ? server.playerCount : 'Loading...'}
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user