1
0
forked from 0ad/0ad

Re-enabled "remove from training queue" buttons since they work now

This was SVN commit r7697.
This commit is contained in:
WhiteTreePaladin 2010-07-05 16:56:30 +00:00
parent 5d224bbeb6
commit 669b230522

View File

@ -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)