reloadlaunchers typos fix

This commit is contained in:
alganthe 2015-09-07 16:30:59 +02:00
parent 5cefa11c68
commit 12caa51040

View File

@ -12,7 +12,7 @@ parent: wiki
```c++
class CfgWeapons {
class MyLauncher {
ace_reloadlaunchers_enabled = 1; // Allow your buddies reloading for you (0-disabled, 1-enabled)
ace_reloadlaunchers_enabled = 1; // Allow your "buddies" reloading for you (0-disabled, 1-enabled)
};
};
```