Skip to content

Commit 72ee394

Browse files
committed
Fixed typo in 'Blackfish (Vehicle)' preventing spawning
Fix for #142
1 parent d0bfc31 commit 72ee394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/dialog/request_vehicle.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ switch (_index) do {
386386
hint "Vehicle ready !";
387387
commandpointsblu1 = commandpointsblu1 - 45;
388388
ctrlSetText [1000, format["%1",commandpointsblu1]];
389-
vehic = "B_T_VTOL_01vehicle_F" createVehicle _spawnPos;
389+
vehic = "B_T_VTOL_01_vehicle_F" createVehicle _spawnPos;
390390
} else {
391391
hint "Not enough command points";
392392
};

0 commit comments

Comments
 (0)