Commit 0ab8771d authored by k20066's avatar k20066
Browse files

modify subscriber error

parent a90fecd6
......@@ -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