mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Format author tag, for consistency with other authors.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<description>Adds support for consumables (e.g. potions, food).</description>
|
<description>Adds support for consumables (e.g. potions, food).</description>
|
||||||
<authors>
|
<authors>
|
||||||
<author>Major</author>
|
<author>Major</author>
|
||||||
<author>Ryley Kimmel</author>
|
<author>Ryley</author>
|
||||||
</authors>
|
</authors>
|
||||||
<scripts>
|
<scripts>
|
||||||
<script>consumable.rb</script>
|
<script>consumable.rb</script>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import org.apollo.util.LanguageUtil;
|
|||||||
*
|
*
|
||||||
* @author Major
|
* @author Major
|
||||||
* @author Graham
|
* @author Graham
|
||||||
* @author Ryley Kimmel <ryley.kimmel@live.com>
|
* @author Ryley
|
||||||
*/
|
*/
|
||||||
public final class EquipItemHandler extends MessageHandler<ItemOptionMessage> {
|
public final class EquipItemHandler extends MessageHandler<ItemOptionMessage> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user