mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix part name for Tank class
This commit is contained in:
parent
58cc686aac
commit
e984fcf715
@ -28,7 +28,7 @@ class Extended_InitPost_EventHandlers {
|
||||
class Tank {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(addRepairActions));
|
||||
serverInit = QUOTE([ARR_3(_this select 0,1,'ACE_Wheel')] call DFUNC(addSpareParts));
|
||||
serverInit = QUOTE([ARR_3(_this select 0,1,'ACE_Track')] call DFUNC(addSpareParts));
|
||||
};
|
||||
};
|
||||
class Helicopter {
|
||||
|
Loading…
Reference in New Issue
Block a user