mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-15 16:34:42 +00:00
small change
This commit is contained in:
parent
552206974e
commit
185da88db5
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class DeconstructionActor extends Actor {
|
||||||
}
|
}
|
||||||
taskResolver ! DeconstructionTask(vehicle, zone)
|
taskResolver ! DeconstructionTask(vehicle, zone)
|
||||||
})
|
})
|
||||||
|
|
||||||
if(vehiclesRemain.nonEmpty) {
|
if(vehiclesRemain.nonEmpty) {
|
||||||
val short_timeout : FiniteDuration = math.max(1, DeconstructionActor.timeout_time - (now - vehiclesRemain.head.time)) nanoseconds
|
val short_timeout : FiniteDuration = math.max(1, DeconstructionActor.timeout_time - (now - vehiclesRemain.head.time)) nanoseconds
|
||||||
import scala.concurrent.ExecutionContext.Implicits.global
|
import scala.concurrent.ExecutionContext.Implicits.global
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue