From 32385d40649dc952cfab2593301e6d5643bfce8a Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Sun, 25 Sep 2016 02:28:42 +0100 Subject: [PATCH] Update error message for non-titans, due to change made in previous commit --- .../src/mineplex/core/report/command/ReportCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/command/ReportCommand.java b/Plugins/Mineplex.Core/src/mineplex/core/report/command/ReportCommand.java index 5bd39db7e..6587db136 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/command/ReportCommand.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/command/ReportCommand.java @@ -32,7 +32,7 @@ public class ReportCommand extends CommandBase if (!clientManager.hasRank(reporter, Rank.TITAN)) { - UtilPlayer.message(reporter, F.main(Plugin.getName(), C.cRed + "The report feature is currently in a trial phase for Ultra+ players")); + UtilPlayer.message(reporter, F.main(Plugin.getName(), C.cRed + "The report feature is currently in a trial phase for Titan players")); } else {