mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
facilities that do not have llu sockets should not complain that they are not facilities
This commit is contained in:
parent
63cad900f1
commit
2ce48cc356
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue