forked from MTSR/mapserver
player rtt / protocol version
This commit is contained in:
parent
c7e4a99419
commit
c04b322170
@ -44,6 +44,13 @@ export default L.LayerGroup.extend({
|
|||||||
if (player.breath % 2 == 1)
|
if (player.breath % 2 == 1)
|
||||||
html += "<img src='pics/bubble_half.png'>";
|
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;
|
return html;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user