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

Merge branch 'modify_subscriber' into 'develop'

complete

See merge request !4
parents b6aaede1 c26a7378
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -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