Check world instead of X because of false-y values

Signed-off-by: Etzelia <etzelia@hotmail.com>
pull/3/head
Etzelia 2021-07-16 20:53:57 -05:00
parent fbd29e2c70
commit 1062e72329
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</thead> </thead>
<tbody> <tbody>
{% for result in results %} {% for result in results %}
<tr {% if result.x %}class="click-row" data-prompt="/tp {{ result.x }} {{ result.y }} {{ result.z }}"{% endif %}> <tr {% if result.world %}class="click-row" data-prompt="/tp {{ result.x }} {{ result.y }} {{ result.z }}"{% endif %}>
<td>{{ result.display_time }}</td> <td>{{ result.display_time }}</td>
<td>{{ result.player }}</td> <td>{{ result.player }}</td>
<td>{{ result.display_action }}</td> <td>{{ result.display_action }}</td>