facilities that do not have llu sockets should not complain that they are not facilities

This commit is contained in:
Jason_DiDonato@yahoo.com 2021-05-22 08:06:06 -04:00
parent 63cad900f1
commit 2ce48cc356

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