Merge pull request #3474 from acemod/fixFastropeRepairError

Don't try adding repair actions to fastrope helper
This commit is contained in:
PabstMirror 2016-02-29 12:12:27 -06:00
commit f85a886b83

View File

@ -35,6 +35,7 @@ class Extended_InitPost_EventHandlers {
class ADDON {
init = QUOTE(_this call DFUNC(addRepairActions));
serverInit = QUOTE(_this call DFUNC(addSpareParts));
exclude[] = {QEGVAR(fastroping,helper)};
};
};
class Plane {