Add client text util for console
This commit is contained in:
@@ -1716,3 +1716,7 @@ function arrayBufferToString(arrayBuffer) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
function getClientDisplayForConsole(client) {
|
||||||
|
return `${client.name}[${client.index}]`;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user