Added README.md to rearm, self to authors

This commit is contained in:
jonpas 2015-08-18 03:38:28 +02:00
parent 7244a583d6
commit 6c8352c9e5
2 changed files with 12 additions and 1 deletions

11
addons/rearm/README.md Normal file
View File

@ -0,0 +1,11 @@
ace_rearm
===============
The Rearm module introduces ability to rearm vehicles on different realistic levels.
## Maintainers
The people responsible for merging changes to this component or answering potential questions.
- [GitHawk] (https://github.com/GitHawk)
- [Jonpas] (https://github.com/jonpas)

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"GitHawk"};
author[] = {"GitHawk", "Jonpas"};
authorUrl = "https://ace3mod.com";
VERSION_CONFIG;
};