Exclude base FRIES class

This commit is contained in:
jonpas 2016-04-14 17:38:11 +02:00
parent 300d069e78
commit 839d067797

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), "ACE_friesAnchorBar"};
exclude[] = {QEGVAR(fastroping,helper), "ACE_friesBase"};
};
};
class Plane {