Use new universal job route class members
This commit is contained in:
@@ -142,13 +142,10 @@ function initClassTable() {
|
|||||||
this.clientVersion = "0.0.0";
|
this.clientVersion = "0.0.0";
|
||||||
this.loginAttemptsRemaining = 3;
|
this.loginAttemptsRemaining = 3;
|
||||||
|
|
||||||
this.busRoute = null;
|
this.jobRoute = false;
|
||||||
this.busRouteStop = null;
|
this.jobRouteStop = false;
|
||||||
this.busRouteIsland = null;
|
this.jobRouteIsland = false;
|
||||||
|
this.jobRouteVehicle = false;
|
||||||
this.garbageRoute = null;
|
|
||||||
this.garbageRouteStop = null;
|
|
||||||
this.garbageRouteIsland = null;
|
|
||||||
|
|
||||||
this.spawned = false;
|
this.spawned = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user