Exclude FRIES from repair interactions

This commit is contained in:
jonpas 2016-04-14 13:59:31 +02:00
parent 5165db73e8
commit 300d069e78

View File

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