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