From 2dedc80094fee4b4d7000d4cb6a7aa79f68e61f6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 22 Apr 2021 09:26:42 -0500 Subject: [PATCH] Use new universal job route class members --- scripts/server/class.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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;