Merge pull request #3458 from acemod/fixFastropeRepairError

Don't try adding repair actions to fastrope helper
This commit is contained in:
PabstMirror 2016-02-29 11:55:57 -06:00
commit 35860c8204

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 {