Skip to content

Commit 1ebdc70

Browse files
fix bug turning off vehicle hilight not working
1 parent 3419470 commit 1ebdc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ $(window).ready(function() {
615615
switch(name) {
616616
case "opt_hilight_vehicle":
617617
if(on) focusVehicle(follow_vehicle);
618-
else focusVehicle(-1);
618+
else focusVehicle(null, true);
619619
break;
620620
case "opt_imperial":
621621
case "opt_haxis_hours":

0 commit comments

Comments
 (0)