Server-configurable nametag distance
This commit is contained in:
@@ -1177,4 +1177,10 @@ function sendPlayerLocaleStrings(client) {
|
||||
}
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
|
||||
function sendNameTagDistanceToClient(client, distance) {
|
||||
sendNetworkEventToPlayer("vrr.nameTagDistance", client, distance);
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
Reference in New Issue
Block a user