Added FlairDecided to /u admin playerinfo
This commit is contained in:
parent
df2c2bc1ba
commit
2a6d6265d8
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, "Flair accepted: "+p.AcceptedFlair);
|
||||
SendMessage(player, "Flair ignored: "+p.IgnoredFlair);
|
||||
SendMessage(player, "Flair decided: "+p.FlairDecided);
|
||||
}
|
||||
private static void SendMessage(Player player, String message)
|
||||
{ //2015.08.09.
|
||||
|
|
Loading…
Reference in a new issue