Add buying veh to client data class
This commit is contained in:
@@ -104,6 +104,8 @@ function initClassTable() {
|
|||||||
this.garbageRouteIsland = null;
|
this.garbageRouteIsland = null;
|
||||||
|
|
||||||
this.spawned = false;
|
this.spawned = false;
|
||||||
|
|
||||||
|
this.buyingVehicle = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
accountData: class {
|
accountData: class {
|
||||||
@@ -126,7 +128,7 @@ function initClassTable() {
|
|||||||
this.discordAccount = accountAssoc["acct_discord"];
|
this.discordAccount = accountAssoc["acct_discord"];
|
||||||
this.settings = accountAssoc["acct_settings"];
|
this.settings = accountAssoc["acct_settings"];
|
||||||
this.emailAddress = accountAssoc["acct_email"];
|
this.emailAddress = accountAssoc["acct_email"];
|
||||||
this.ipAddress = accountAssoc["acct_ip"];
|
this.ipAddress = accountAssoc["ip"];
|
||||||
|
|
||||||
this.notes = [];
|
this.notes = [];
|
||||||
this.messages = [];
|
this.messages = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user