Skip to content

Commit 38cef55

Browse files
Update VEHICLE/EnableIndividualPlanePropeller.md
Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
1 parent abdbe44 commit 38cef55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VEHICLE/EnableIndividualPlanePropeller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ RegisterCommand("start", function()
2828
-- We are disabling both propellers so we can start a specific one (since both are automatically started when entering the plane)
2929
Wait(5000) -- We are waiting 5 seconds
3030
EnableIndividualPlanePropeller(vehicle, 1) -- Starting the second propeller (since the index starts at 0)
31-
end, false)
31+
end)
3232
```

0 commit comments

Comments
 (0)