Merge pull request #831 from Fate-JH/normal-capture

No Second-class Facilities
This commit is contained in:
Fate-JH 2021-05-22 08:29:59 -04:00 committed by GitHub
commit d25813a3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,6 +162,9 @@ class HackCaptureActor(val taskResolver: ActorRef) extends Actor {
false
}
case _: Building =>
false //building does not possess an LLU socket
case thing =>
log.error(s"Capture terminal has unexpected owner - $thing - that is not a facility")
false