mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove redundant spare part adding
This commit is contained in:
parent
c591c7af64
commit
f6e4bd7a6b
@ -28,13 +28,11 @@ class Extended_InitPost_EventHandlers {
|
||||
class Tank {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(addRepairActions));
|
||||
serverInit = QUOTE(_this call DFUNC(addSpareParts));
|
||||
};
|
||||
};
|
||||
class Motorcycle {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(addRepairActions));
|
||||
serverInit = QUOTE(_this call DFUNC(addSpareParts));
|
||||
};
|
||||
};
|
||||
class Helicopter {
|
||||
|
Loading…
Reference in New Issue
Block a user