Remove obsolete hotkey entries

This commit is contained in:
bux
2015-12-30 11:23:52 +01:00
parent d36543d3a9
commit 0e8eb5fac4
10 changed files with 4 additions and 68 deletions

View File

@ -61,7 +61,6 @@ class CfgVehicles {
showDisabled = 0;
priority = 5;
icon = PATHTOF(UI\attach_ca.paa);
// hotkey = "T";
};
class GVAR(Detach) {
displayName = CSTRING(Detach);
@ -71,7 +70,6 @@ class CfgVehicles {
showDisabled = 0;
priority = 5;
icon = PATHTOF(UI\detach_ca.paa);
hotkey = "T";
};
};
};