diff --git a/src/main/java/net/milkbowl/vault/economy/Economy.java b/src/main/java/net/milkbowl/vault/economy/Economy.java index e00ce96..5aa402a 100644 --- a/src/main/java/net/milkbowl/vault/economy/Economy.java +++ b/src/main/java/net/milkbowl/vault/economy/Economy.java @@ -282,7 +282,7 @@ public interface Economy { * Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS * IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned. * @param playerName Name of player - * @param worldname Name of the world + * @param worldName Name of the world * @param amount Amount to deposit * @return Detailed response of transaction */ @@ -293,6 +293,7 @@ public interface Economy { * Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS * IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned. * @param player to deposit to + * @param worldName name of the world * @param amount Amount to deposit * @return Detailed response of transaction */