mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-02-28 02:53:42 +00:00
seat number (despite it not really mattering right now)
This commit is contained in:
parent
73965d13b6
commit
c439701cca
1 changed files with 1 additions and 1 deletions
|
|
@ -7490,7 +7490,7 @@ class WorldSessionActor extends Actor
|
|||
case (Some(mountable : Amenity), Some(seat)) if mountable.Owner.GUID == capture_terminal.Owner.GUID =>
|
||||
mountable.Seats(seat).Occupant = None
|
||||
player.VehicleSeated = None
|
||||
continent.VehicleEvents ! VehicleServiceMessage(continent.Id, VehicleAction.KickPassenger(player.GUID, mountable.Seats.head._1, true, mountable.GUID))
|
||||
continent.VehicleEvents ! VehicleServiceMessage(continent.Id, VehicleAction.KickPassenger(player.GUID, seat, true, mountable.GUID))
|
||||
case _ => ;
|
||||
}
|
||||
case _ => log.warn("HackCaptureTerminal: hack state monitor not defined")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue