mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3694 from acemod/excludeFriesRepairAction
Exclude FRIES from repair interactions
This commit is contained in:
commit
de6848d516
@ -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_friesBase"};
|
||||
};
|
||||
};
|
||||
class Plane {
|
||||
|
Loading…
Reference in New Issue
Block a user