From 465e897d24c698de9a5d9a6440029bf69d463050 Mon Sep 17 00:00:00 2001 From: FallBackITA27 Date: Sat, 8 Jun 2024 08:00:37 +0200 Subject: [PATCH] wrong func call --- .../loadScripts/cayoPericoLongfinApproachVehicle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtav-interactive-map/loadScripts/cayoPericoLongfinApproachVehicle.js b/gtav-interactive-map/loadScripts/cayoPericoLongfinApproachVehicle.js index 42d4a6a..a10d1f5 100644 --- a/gtav-interactive-map/loadScripts/cayoPericoLongfinApproachVehicle.js +++ b/gtav-interactive-map/loadScripts/cayoPericoLongfinApproachVehicle.js @@ -21,7 +21,7 @@ function loadCayoPericoLongfinApproachVehicle(r) { constantData.layers.cayoPericoLongfinApproachVehicle, saveData.markerData.cayoPericoLongfinApproachVehicle, r.dockMarkers, - loadCayoPericoCuttingTorchGUI + loadCayoPericoLongfinApproachVehicleGUI ); }