Commit cc741d52 authored by Ryosuke Suzuki's avatar Ryosuke Suzuki
Browse files

Merge branch 'modify_subscriber' into 'develop'

complete

See merge request !4
2 merge requests!5modify subscriber,!4complete
Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ public class CentralizedControlChannelSubscriber extends ChannelSubscriber {
public void subscribe(AgentInfo agentInfo, WorldInfo worldInfo,
ScenarioInfo scenarioInfo, MessageManager messageManager) {
// subscribe only once at the beginning
if (agentInfo.getTime() == 1) {
if (agentInfo.getTime() == scenarioInfo.getKernelAgentsIgnoreuntil()) {
int numChannels = scenarioInfo.getCommsChannelsCount() - 1; // 0th channel
// is the
// voice
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment