Skip to content

Commit 8c521df

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents cc8a44f + 09554f1 commit 8c521df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/articles/events/player-events/player-entering-vehicle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Alt.OnPlayerEnteringVehicle += (vehicle, player, seat) => {
2828
```csharp
2929
public class MyScript : IScript
3030
{
31-
[ScriptEvent(ScriptEventType.PlayerLeaveVehicle)]
31+
[ScriptEvent(ScriptEventType.PlayerEnteringVehicle)]
3232
public void OnPlayerEnteringVehicle(IVehicle vehicle, IPlayer player, uint seat)
3333
{
3434
// ...
3535
}
3636
}
37-
```
37+
```

0 commit comments

Comments
 (0)