mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
fix condition
This commit is contained in:
parent
faedbeb1da
commit
a5267b2e96
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<td class="text-align-left">
|
||||
{% if server.name %}
|
||||
{{ server.name }}
|
||||
{% elseif server.info.HostName %}
|
||||
{% elseif server.info %}
|
||||
{{ server.info.HostName }}
|
||||
{% else %}
|
||||
#{{ server.crc32server }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue