Updated 001ControlLock.

As part of the plan in KSP-CKAN/NetKAN#947.

This should cause our bot to return to service.
This commit is contained in:
NetKAN bot 2015-04-18 10:44:28 +02:00
parent 969cb46d00
commit 01e3c1e2da
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"name": "Control Lock",
"identifier": "001ControlLock",
"author": "Diazo",
"abstract": "Lock KSP so that when entering text in a text field, you do not pass commands to your vessel.",
"license": "public-domain",
"release_status": "stable",
"ksp_version": "0.90",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/108561",
"repository": "https://github.com/SirDiazo/ControlLock"
},
"recommends": [
{
"name": "Toolbar"
}
],
"install": [
{
"file": "GameData/001ControlLock",
"install_to": "GameData"
}
],
"version": "1.3",
"download": "https://github.com/SirDiazo/ControlLock/releases/download/1.3/ControlLock13.zip",
"x_generated_by": "netkan",
"download_size": 16589
}