mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Exclude base FRIES class
This commit is contained in:
parent
300d069e78
commit
839d067797
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user