mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 15:34:42 +00:00
condition to restrict soi selection if no soi information was constructed
This commit is contained in:
parent
6e678373d2
commit
d7ee2be46b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class SphereOfInfluenceActor(zone: Zone) extends Actor {
|
||||||
}
|
}
|
||||||
|
|
||||||
def Stopped : Receive = Build.orElse {
|
def Stopped : Receive = Build.orElse {
|
||||||
case SOI.Start() =>
|
case SOI.Start() if sois.nonEmpty =>
|
||||||
context.become(Running)
|
context.become(Running)
|
||||||
UpdateSOI()
|
UpdateSOI()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue