From 9d06d7c7caaf381bf30fbe06c13bb51392d38934 Mon Sep 17 00:00:00 2001 From: jaynus Date: Sat, 4 Apr 2015 09:09:42 -0700 Subject: [PATCH] readme/author updates. --- addons/aircraft/README.md | 1 + addons/aircraft/config.cpp | 2 +- addons/wep_javelin/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/aircraft/README.md b/addons/aircraft/README.md index b212d311b9..5c3de5c6d4 100644 --- a/addons/aircraft/README.md +++ b/addons/aircraft/README.md @@ -10,3 +10,4 @@ The people responsible for merging changes to this component or answering potent - [KoffeinFlummi](https://github.com/KoffeinFlummi) - [commy2](https://github.com/commy2) +- [jaynus](https://github.com/walterpearce) \ No newline at end of file diff --git a/addons/aircraft/config.cpp b/addons/aircraft/config.cpp index d2b0ed08d7..2ce2d0dc10 100644 --- a/addons/aircraft/config.cpp +++ b/addons/aircraft/config.cpp @@ -6,7 +6,7 @@ class CfgPatches { weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_common"}; - author[] = {"KoffeinFlummi","Crusty","commy2"}; + author[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"}; authorUrl = "https://github.com/KoffeinFlummi/"; VERSION_CONFIG; }; diff --git a/addons/wep_javelin/README.md b/addons/wep_javelin/README.md index 18bd8c6b3f..df3ad9b29d 100644 --- a/addons/wep_javelin/README.md +++ b/addons/wep_javelin/README.md @@ -8,5 +8,5 @@ Adds the Javelin AT launcher. The people responsible for merging changes to this component or answering potential questions. -- [walterpearce](https://github.com/walterpearce) +- [jaynus](https://github.com/walterpearce) - [NouberNou](https://github.com/NouberNou)