From 348cb9efba4a3c85b1d56e9cb8dcf6e6f44afc17 Mon Sep 17 00:00:00 2001 From: Shaun Bennett Date: Fri, 24 Jun 2016 00:17:26 -0700 Subject: [PATCH] Fix remaining booster message --- .../src/mineplex/core/boosters/tips/TipAddResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/boosters/tips/TipAddResult.java b/Plugins/Mineplex.Core/src/mineplex/core/boosters/tips/TipAddResult.java index 82f491de2..965a8e738 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/boosters/tips/TipAddResult.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/boosters/tips/TipAddResult.java @@ -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),