]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/game_info.mako
fastest_cap -> fastest
[xonotic/xonstat.git] / xonstat / templates / game_info.mako
index b067cfe838cf68372b7d35b4eac43466ae1233ba..2c5f1b30bd924f7cf13abeef7b6c85dd1bcc4516 100644 (file)
@@ -77,7 +77,7 @@ Game Information
             <span class="nick">${pgs.nick_html_colors()|n}</span>
           % endif
           </td>
-          <td>${round(float(pgs.fastest_cap.seconds) + (pgs.fastest_cap.microseconds/1000000.0), 2)}</td>
+          <td>${round(float(pgs.fastest.seconds) + (pgs.fastest.microseconds/1000000.0), 2)}</td>
         </tr>
       % endfor
       </tbody>