I've hidden the "Added new flair" text in console.
This commit is contained in:
parent
cafd4e4306
commit
434d6697df
7 changed files with 3 additions and 3 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.
|
@ -191,9 +191,9 @@ public class PluginMain extends JavaPlugin
|
||||||
p.Flair=finalflair; //2015.08.08.
|
p.Flair=finalflair; //2015.08.08.
|
||||||
p.CommentedOnReddit=true; //2015.08.10.
|
p.CommentedOnReddit=true; //2015.08.10.
|
||||||
p.UserName=username; //2015.08.08.
|
p.UserName=username; //2015.08.08.
|
||||||
if(finalflair.length()==0) //Just for the message
|
/*if(finalflair.length()==0) //Just for the message
|
||||||
finalflair="undecided";
|
finalflair="undecided";*/
|
||||||
System.out.println("Added new flair to "+playername+": "+finalflair);
|
//System.out.println("Added new flair to "+playername+": "+finalflair);
|
||||||
for(Player player : getServer().getOnlinePlayers()) //<-- 2015.08.08.
|
for(Player player : getServer().getOnlinePlayers()) //<-- 2015.08.08.
|
||||||
{
|
{
|
||||||
if(player.getName().equals(playername))
|
if(player.getName().equals(playername))
|
||||||
|
|
Loading…
Reference in a new issue