1
0
forked from MTSR/mapserver

player rtt / protocol version

This commit is contained in:
NatureFreshMilk 2019-06-17 07:32:58 +02:00
parent c7e4a99419
commit c04b322170

View File

@ -44,6 +44,13 @@ export default L.LayerGroup.extend({
if (player.breath % 2 == 1)
html += "<img src='pics/bubble_half.png'>";
html += `
<br>
<b>RTT:</b> ${player.rtt} ms
<br>
<b>Protocol version:</b> ${player.protocol_version}
`;
return html;
},