Don't try adding repair actions to fastrope helper

This commit is contained in:
PabstMirror 2016-02-28 14:17:14 -06:00
parent f758a90351
commit e5b79d7b33

View File

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