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

@@ -105,4 +105,10 @@ function getDistance(vec1, vec2) {
return vec1.distance(vec2);
}
// ---------------------------------------------------------------------------
function isConsole(client) {
return client.console;
}
// ---------------------------------------------------------------------------