Added FlairDecided to /u admin playerinfo
This commit is contained in:
parent
24b109f083
commit
6bed164aa1
13 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -221,6 +221,7 @@ public class Commands implements CommandExecutor {
|
||||||
SendMessage(player, "Username: "+p.UserName);
|
SendMessage(player, "Username: "+p.UserName);
|
||||||
SendMessage(player, "Flair accepted: "+p.AcceptedFlair);
|
SendMessage(player, "Flair accepted: "+p.AcceptedFlair);
|
||||||
SendMessage(player, "Flair ignored: "+p.IgnoredFlair);
|
SendMessage(player, "Flair ignored: "+p.IgnoredFlair);
|
||||||
|
SendMessage(player, "Flair decided: "+p.FlairDecided);
|
||||||
}
|
}
|
||||||
private static void SendMessage(Player player, String message)
|
private static void SendMessage(Player player, String message)
|
||||||
{ //2015.08.09.
|
{ //2015.08.09.
|
||||||
|
|
Loading…
Reference in a new issue