mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
Merge pull request #831 from Fate-JH/normal-capture
No Second-class Facilities
This commit is contained in:
commit
d25813a3cb
|
|
@ -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