Compare commits

..

No commits in common. "4dafe34ec4eece8f73269c5441b9b2496bf0ea86" and "4d1c4b56d136ad1affe08aef38966cb5521ec727" have entirely different histories.

View File

@ -345,7 +345,7 @@ public abstract class AbtParentTask implements TaskAction {
respUpdObj.setRoom(roomId);
respUpdObj.setScenarioId(scenarioTask.getScenarioId());
respUpdObj.setCmdType("updScenarioInfo");
Global.sendCmdInfoQueue.add(respUpdObj);
Global.sendCmdInfoQueue.add(respObj);
}
}