Use new universal job route class members

This commit is contained in:
Vortrex
2021-04-22 09:26:42 -05:00
parent a2b192ced2
commit 2dedc80094

View File

@@ -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;