better RTT display

This commit is contained in:
NatureFreshMilk 2019-06-20 07:17:34 +02:00
parent 5a7c8d602d
commit 9be51698d4

View File

@ -46,7 +46,7 @@ export default L.LayerGroup.extend({
html += `
<br>
<b>RTT:</b> ${player.rtt} ms
<b>RTT:</b> ${Math.floor(player.rtt*1000)} ms
<br>
<b>Protocol version:</b> ${player.protocol_version}
`;