Server-configurable nametag distance

This commit is contained in:
Vortrex
2022-04-30 13:18:26 -05:00
parent 7ee19c0931
commit 29856cf03e
6 changed files with 50 additions and 14 deletions

View File

@@ -1177,4 +1177,10 @@ function sendPlayerLocaleStrings(client) {
}
}
// ==========================================================================
function sendNameTagDistanceToClient(client, distance) {
sendNetworkEventToPlayer("vrr.nameTagDistance", client, distance);
}
// ==========================================================================