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

This commit is contained in:
2025-10-06 19:27:05 +08:00
parent 3c9fe445c9
commit 4a0f9c1a67
2 changed files with 1 additions and 4 deletions

View File

@@ -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>