I've hidden the "Added new flair" text in console.

This commit is contained in:
Norbi Peti 2015-08-14 21:14:27 +02:00
parent 42b85a3e0c
commit b66c8f1214
7 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -191,9 +191,9 @@ public class PluginMain extends JavaPlugin
p.Flair=finalflair; //2015.08.08.
p.CommentedOnReddit=true; //2015.08.10.
p.UserName=username; //2015.08.08.
if(finalflair.length()==0) //Just for the message
finalflair="undecided";
System.out.println("Added new flair to "+playername+": "+finalflair);
/*if(finalflair.length()==0) //Just for the message
finalflair="undecided";*/
//System.out.println("Added new flair to "+playername+": "+finalflair);
for(Player player : getServer().getOnlinePlayers()) //<-- 2015.08.08.
{
if(player.getName().equals(playername))