rename AI FSM

horizontal^2
Thibault Duplessis 2015-10-19 01:56:31 +02:00
parent d3b885ee95
commit cbb3a2ecf1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ private[ai] final class Puller(
import Puller._
private val name: String = s"fsm-$id"
private val name: String = s"$id"
private val master = context.parent
private val worker: ActorRef = context.actorOf(
Props(classOf[ActorFSM], name, Process(config.execPath, s"SF-$id") _, config, logger),