mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 16:25:30 +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
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ class HackCaptureActor(val taskResolver: ActorRef) extends Actor {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case _: Building =>
|
||||||
|
false //building does not possess an LLU socket
|
||||||
|
|
||||||
case thing =>
|
case thing =>
|
||||||
log.error(s"Capture terminal has unexpected owner - $thing - that is not a facility")
|
log.error(s"Capture terminal has unexpected owner - $thing - that is not a facility")
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue