Fix remaining booster message

This commit is contained in:
Shaun Bennett 2016-06-24 00:17:26 -07:00 committed by cnr
parent b58ff8c066
commit 348cb9efba
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ package mineplex.core.boosters.tips;
*/
public enum TipAddResult
{
ALREADY_TIPPED_BOOSTER("You have already thanked this booster!"),
ALREADY_TIPPED_BOOSTER("You have already thanked this Amplifier!"),
INVALID_ACCOUNT_ID("Uh oh, something went wrong. Try relogging"),
CANNOT_TIP_SELF("You can't thank yourself, silly!"),
ON_COOLDOWN(null),