Overhaul of "client" to "player"
This commit is contained in:
@@ -36,7 +36,7 @@ let accents = [
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function getPlayerAccentText(client) {
|
||||
return getClientCurrentSubAccount(client).accent;
|
||||
return getPlayerCurrentSubAccount(client).accent;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user