mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-05 13:30:24 +00:00
normal length
This commit is contained in:
parent
de6afa789c
commit
5d8d55c482
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class HackCaptureActor extends Actor {
|
|||
val hackingFaction = HackCaptureActor.GetHackingFaction(target).get
|
||||
val duration = target.Owner match {
|
||||
case b: Building if b.IsCtfBase && b.Neighbours(hackingFaction).nonEmpty =>
|
||||
10.minutes
|
||||
15.minutes
|
||||
case _ =>
|
||||
target.Definition.FacilityHackTime
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue