diff --git a/scripts/server/class.js b/scripts/server/class.js index 4c8ca50c..01435be4 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -142,13 +142,10 @@ function initClassTable() { this.clientVersion = "0.0.0"; this.loginAttemptsRemaining = 3; - this.busRoute = null; - this.busRouteStop = null; - this.busRouteIsland = null; - - this.garbageRoute = null; - this.garbageRouteStop = null; - this.garbageRouteIsland = null; + this.jobRoute = false; + this.jobRouteStop = false; + this.jobRouteIsland = false; + this.jobRouteVehicle = false; this.spawned = false;