Add job route edit members for player data class
This commit is contained in:
@@ -133,10 +133,17 @@ class ClientData {
|
|||||||
this.promptType = AGRP_PROMPT_NONE;
|
this.promptType = AGRP_PROMPT_NONE;
|
||||||
this.privateMessageReplyTo = null;
|
this.privateMessageReplyTo = null;
|
||||||
|
|
||||||
|
// Paintball
|
||||||
this.inPaintBall = false;
|
this.inPaintBall = false;
|
||||||
this.paintBallBusiness = -1;
|
this.paintBallBusiness = -1;
|
||||||
this.paintBallDeaths = 0;
|
this.paintBallDeaths = 0;
|
||||||
this.paintBallKills = 0;
|
this.paintBallKills = 0;
|
||||||
|
|
||||||
|
// Job Route Editing
|
||||||
|
this.jobRouteEditNextLocationDelay = 0;
|
||||||
|
this.jobRouteEditNextLocationArriveMessage = "";
|
||||||
|
this.jobRouteEditNextLocationGotoMessage = "";
|
||||||
|
this.jobRouteEditNextLocationType = AGRP_JOB_ROUTE_LOCATION_TYPE_NONE;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user