mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
wouldnt be right if I didn't fuck up somewhere
This commit is contained in:
parent
5085b90727
commit
a4ee58cac7
@ -144,7 +144,7 @@ public class Command_myadmin extends FreedomCommand
|
|||||||
String msg = StringUtils.join(args, " ", 1, args.length);
|
String msg = StringUtils.join(args, " ", 1, args.length);
|
||||||
if (!msg.contains("%rank%") && !msg.contains("%coloredrank%"))
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
FUtil.adminAction(sender.getName(), "Setting personal login message" + (init == null ? "" : " for " + targetPlayer.getName()), false);
|
FUtil.adminAction(sender.getName(), "Setting personal login message" + (init == null ? "" : " for " + targetPlayer.getName()), false);
|
||||||
|
Loading…
Reference in New Issue
Block a user