mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Only show servers with at least master.min_clients clients
This commit is contained in:
parent
50ea8601d5
commit
4c2687775f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
</tr>
|
||||
{{~it.list :server:index}}
|
||||
{{ if (master.limit && index + 1 > master.limit) break;}}
|
||||
{{ if (master.min_clients && server.clients < master.min_clients) continue;}}
|
||||
<tr>
|
||||
{{? !master.no_address}}
|
||||
<td class ="address">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue