Overhaul of "client" to "player"

This commit is contained in:
Vortrex
2020-12-29 04:26:15 -06:00
parent eeff21929c
commit 1c7532523c
34 changed files with 920 additions and 911 deletions

View File

@@ -36,7 +36,7 @@ let accents = [
// ---------------------------------------------------------------------------
function getPlayerAccentText(client) {
return getClientCurrentSubAccount(client).accent;
return getPlayerCurrentSubAccount(client).accent;
}
// ---------------------------------------------------------------------------