Skip to content

Commit 1c01ed5

Browse files
committedJun 30, 2014
Masterserver: Fix compiling servers.jst
1 parent 7f99904 commit 1c01ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎util/master/servers.jst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{? !master.no_total}}
22
<div class="total">
3-
{{it.total_max && it.total_max.clients > 0}}Players: {{=it.total.clients}}/{{=it.total_max.clients}}&nbsp;{{?}}
4-
{{it.total_max && it.total_max.servers > 0}}Servers: {{=it.total.servers}}/{{=it.total_max.servers}}{{?}}
3+
{{? it.total_max && it.total_max.clients > 0}}Players: {{=it.total.clients}}/{{=it.total_max.clients}}&nbsp;{{?}}
4+
{{? it.total_max && it.total_max.servers > 0}}Servers: {{=it.total.servers}}/{{=it.total_max.servers}}{{?}}
55
</div>
66
{{?}}
77
<table>

0 commit comments

Comments
 (0)
Please sign in to comment.