Fix remaining booster message
This commit is contained in:
parent
b58ff8c066
commit
348cb9efba
@ -5,7 +5,7 @@ package mineplex.core.boosters.tips;
|
|||||||
*/
|
*/
|
||||||
public enum TipAddResult
|
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"),
|
INVALID_ACCOUNT_ID("Uh oh, something went wrong. Try relogging"),
|
||||||
CANNOT_TIP_SELF("You can't thank yourself, silly!"),
|
CANNOT_TIP_SELF("You can't thank yourself, silly!"),
|
||||||
ON_COOLDOWN(null),
|
ON_COOLDOWN(null),
|
||||||
|
Loading…
Reference in New Issue
Block a user