Format author tag, for consistency with other authors.

This commit is contained in:
Ryley Kimmel
2015-02-26 22:11:32 -05:00
parent ac70cdeef4
commit 6ce4fe198a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<description>Adds support for consumables (e.g. potions, food).</description>
<authors>
<author>Major</author>
<author>Ryley Kimmel</author>
<author>Ryley</author>
</authors>
<scripts>
<script>consumable.rb</script>
@@ -17,7 +17,7 @@ import org.apollo.util.LanguageUtil;
*
* @author Major
* @author Graham
* @author Ryley Kimmel <ryley.kimmel@live.com>
* @author Ryley
*/
public final class EquipItemHandler extends MessageHandler<ItemOptionMessage> {