Add buying veh to client data class

This commit is contained in:
Vortrex
2020-12-27 12:30:14 -06:00
parent e607f1d6e8
commit fcec30de70

View File

@@ -104,6 +104,8 @@ function initClassTable() {
this.garbageRouteIsland = null;
this.spawned = false;
this.buyingVehicle = false;
}
},
accountData: class {
@@ -126,7 +128,7 @@ function initClassTable() {
this.discordAccount = accountAssoc["acct_discord"];
this.settings = accountAssoc["acct_settings"];
this.emailAddress = accountAssoc["acct_email"];
this.ipAddress = accountAssoc["acct_ip"];
this.ipAddress = accountAssoc["ip"];
this.notes = [];
this.messages = [];