Rename job route "stop" to location

This commit is contained in:
Vortrex
2022-02-10 17:57:40 -06:00
parent 567baf8466
commit 13affb28eb
3 changed files with 25 additions and 25 deletions

View File

@@ -196,7 +196,7 @@ function onPedInflictDamage(event, damagedEntity, damagerEntity, weaponId, healt
function onLocalPlayerEnterSphere(event, sphere) {
logToConsole(LOG_DEBUG, `[VRR.Event] Local player entered sphere`);
if(sphere == jobRouteStopSphere) {
if(sphere == jobRouteLocationSphere) {
enteredJobRouteSphere();
}
}