Woops wrong const name for veh buy state
This commit is contained in:
@@ -868,8 +868,8 @@ function processGameSpecifics() {
|
|||||||
function processVehiclePurchasing() {
|
function processVehiclePurchasing() {
|
||||||
if(vehiclePurchaseState == VRR_VEHBUYSTATE_TESTDRIVE) {
|
if(vehiclePurchaseState == VRR_VEHBUYSTATE_TESTDRIVE) {
|
||||||
if(inVehicle == false) {
|
if(inVehicle == false) {
|
||||||
vehiclePurchaseState = VRR_VEHBUYSTATE_EXITEDVEH;
|
vehiclePurchaseState = VRR_VEHBUYSTATE_EXITVEH;
|
||||||
sendNetworkEventToServer("vrr.vehBuyState", VRR_VEHBUYSTATE_EXITEDVEH);
|
sendNetworkEventToServer("vrr.vehBuyState", VRR_VEHBUYSTATE_EXITVEH);
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
if(vehiclePurchasing == inVehicle) {
|
if(vehiclePurchasing == inVehicle) {
|
||||||
|
|||||||
Reference in New Issue
Block a user