mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 14:32:27 +00:00
Re-enabled "remove from training queue" buttons since they work now
This was SVN commit r7697.
This commit is contained in:
@@ -583,8 +583,7 @@ function getTrainingQueueBatchStatus(entity, trainEntType)
|
||||
// Called by GUI when user clicks production queue item
|
||||
function removeFromTrainingQueue(entity, id)
|
||||
{
|
||||
console.write("removeFromTrainingQueue(entity = " + entity + ", id = " + id +")");
|
||||
//Engine.PostNetworkCommand({"type": "stop-train", "entity": entity, "id": id});
|
||||
Engine.PostNetworkCommand({"type": "stop-train", "entity": entity, "id": id});
|
||||
}
|
||||
|
||||
function changePrimarySelectionGroup(entType)
|
||||
|
||||
Reference in New Issue
Block a user