Apply suggestions from code review

Co-Authored-By: jonpas <jonpas33@gmail.com>
This commit is contained in:
PabstMirror 2019-10-17 13:28:05 -05:00 committed by GitHub
parent 37284bd0e8
commit e76aeba45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
---
layout: wiki
title: Disposables Framework
description: Notes on old ace disposable framework and link to CBA's.
description: Notes on old ACE3 disposable framework and link to CBA's.
group: framework
order: 5
parent: wiki
@ -12,11 +12,11 @@ version:
patch: 0
---
Support for the ace disposable framework will be dropped in 3.13!
Support for the ACE3 disposable framework will be dropped in 3.13.0!
Switch to the [CBA Disposable Framework](https://github.com/CBATeam/CBA_A3/wiki/Disposable-Launchers)
Old weapon configs that are no longer supported:
```cpp
ACE_UsedTube = "launch_banana_Used_F";
ACE_isUsedLauncher = 1;
ACE_UsedTube = "launch_banana_Used_F";
ACE_isUsedLauncher = 1;
```