wouldnt be right if I didn't fuck up somewhere

This commit is contained in:
ZeroEpoch1969 2019-08-06 21:41:31 -07:00
parent 5085b90727
commit a4ee58cac7
No known key found for this signature in database
GPG Key ID: A7BAB4E14F089CF3

View File

@ -144,7 +144,7 @@ public class Command_myadmin extends FreedomCommand
String msg = StringUtils.join(args, " ", 1, args.length);
if (!msg.contains("%rank%") && !msg.contains("%coloredrank%"))
{
msg("Your login message must contain your rank. User either %rank% or %coloredrank% to specify where you want the rank", ChatColor.RED);
msg("Your login message must contain your rank. Use either %rank% or %coloredrank% to specify where you want the rank", ChatColor.RED);
return true;
}
FUtil.adminAction(sender.getName(), "Setting personal login message" + (init == null ? "" : " for " + targetPlayer.getName()), false);