summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java b/Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java
index 2c49c3233..d2cb57a8d 100644
--- a/Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java
+++ b/Essentials/src/com/earth2me/essentials/economy/register/methods/MCUR.java
@@ -9,9 +9,7 @@ import org.bukkit.plugin.Plugin;
/**
* MultiCurrency Method implementation.
*
- * @author Acrobot
- * @copyright (c) 2011
- * @license AOL license <http://aol.nexua.org>
+ * @author Acrobot @copyright (c) 2011 @license AOL license <http://aol.nexua.org>
*/
public class MCUR implements Method
{
@@ -30,6 +28,12 @@ public class MCUR implements Method
}
@Override
+ public String getLongName()
+ {
+ return getName();
+ }
+
+ @Override
public String getVersion()
{
return "0.09";