mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
condition to restrict soi selection if no soi information was constructed
This commit is contained in:
parent
6e678373d2
commit
d7ee2be46b
|
|
@ -35,7 +35,7 @@ class SphereOfInfluenceActor(zone: Zone) extends Actor {
|
|||
}
|
||||
|
||||
def Stopped : Receive = Build.orElse {
|
||||
case SOI.Start() =>
|
||||
case SOI.Start() if sois.nonEmpty =>
|
||||
context.become(Running)
|
||||
UpdateSOI()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue