mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-04 12:40:20 +00:00
adjust to vehicle spawn timing, placement of spawn pad, and a quick override packet
This commit is contained in:
parent
68422401e5
commit
6047b9e054
3 changed files with 32 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ class VehicleSpawnControlSeatDriver(pad : VehicleSpawnPad) extends VehicleSpawnC
|
|||
else {
|
||||
trace("driver lost, but operations can continue")
|
||||
}
|
||||
context.system.scheduler.scheduleOnce(800 milliseconds, vehicleOverride, VehicleSpawnControl.Process.ServerVehicleOverride(entry))
|
||||
context.system.scheduler.scheduleOnce(250 milliseconds, vehicleOverride, VehicleSpawnControl.Process.ServerVehicleOverride(entry))
|
||||
|
||||
case msg @ (VehicleSpawnControl.ProcessControl.Reminder | VehicleSpawnControl.ProcessControl.GetNewOrder) =>
|
||||
context.parent ! msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue