Update ProceduralFairings-Textures-KSLO-v0.ckan

Removed "name" from "provides"
This commit is contained in:
Felger 2014-12-02 20:18:35 -06:00
parent 5af7cb7b06
commit 2a595a93ec
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
"depends" : [ { "name" : "ProceduralFairings" },
{ "name" : "FirespitterCore" } ],
"provides": [ { "name" : "PFTextures" } ],
"provides": [ { "PFTextures" } ],
"install": [
{
"file" : "GameData/KerbalStockLauncherOverhaul",
"install_to" : "GameData"
}
]
}
}