Update error message for non-titans, due to change made in previous commit

This commit is contained in:
Keir Nellyer 2016-09-25 02:28:42 +01:00
parent a413df9f52
commit 32385d4064

View File

@ -32,7 +32,7 @@ public class ReportCommand extends CommandBase<ReportPlugin>
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
{