mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix players not showing up
This commit is contained in:
parent
6c1508f061
commit
0c02a1511d
@ -192,7 +192,7 @@
|
||||
/* TODO Update each element */
|
||||
if (server.running) {
|
||||
/* Update Players */
|
||||
if (server.players) {
|
||||
if (server.max != 0) {
|
||||
server_players.innerHTML = server.online + ` / ` + server.max + ` {{ translate('dashboard', 'max', data['lang']) }}<br />`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user