This commit is contained in:
李玉东 2025-09-21 01:53:59 +08:00
commit e636f7d248

View File

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